Retrieve the information for a registered client (e.g. third party provider)
GET/directory/clients/:clientId
Returns information regarding software and supported use cases of a client.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
- 503
Information for a client
Response Headers
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Bad Request - The format of the request was invalid.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Unauthorized - Either no token or an invalid (e.g., token expired) token was received.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Forbidden - A valid OAuth Token was received, but access was denied. (Depending on the security requirements, providers can return 404 instead)
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Not Found - Either the endpoint does not exist or a requested resource is not yet available (e.g., account statements)
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Internal Server Error
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Not Implemented
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM
Service Unavailable
Response Headers
application/problem+json; charset=utf-8 according to RFC7807
always en
Client defined ID from request to correlate HTTP requests between a client and a server
The header value is always PLATFORM