v0.0.9
OAS 2.0

Providers - API definition

Providers - API definition

Server: https://api.cls.oob.ockto.cloudcloud/ais/providers
Client Libraries

PSD2 - PROVIDERS

PSD2 - PROVIDERS Operations

Get list of providers

Get a list of providers available to the PSU doing this call (indicated by the JWT token).

Responses
  • 200

    OK

  • 400

    400 Bad Request

  • 401

    401 Unauthorized

  • 403

    403 Forbidden

  • 404

    404 Not found

  • 405

    405 Method Not Allowed

  • 406

    406 Not Acceptable

  • 408

    408 Request Timeout

  • 415

    415 Unsupported Media Type

  • 500

    500 Internal Server Error

  • 503

    503 Service Unavailable

Request Example forGET/
curl https://api.cls.oob.ockto.cloudcloud/ais/providers/ \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
  {
    "providerId": "1234-hello-5678",
    "icon": "https://example.com/static/images/bunq-logo.png",
    "name": "Bunq",
    "code": "ABNA",
    "colour": "#ffd400",
    "regions": [
      "NL"
    ],
    "active": true,
    "lastUpdated": "2018-12-12T14:33:22.237Z",
    "created": "2018-12-12T14:33:22.237Z"
  }
]

Models