Returns the accounts for a specific customer accessible to the querying user
GET/customers/:customerId/accounts
Returns all accounts for a specific customer. Paging is done based on the account object, i.e. if limit is set to 1, then 1 account will be returned per page.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
- 501
- 502
- 503
- 504
Account List
Response Headers
Client defined ID from request to correlates HTTP requests between a client and server.
An opaque string value, or an empty string if there are no more results.
Indicates whether the response was created by the bLink platform or by the provider.
Bad Request - The server cannot or will not process the request due to something that is perceived to be a client error as malformed request syntax.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
i.e. "Bearer error=''invalid_token''" according to RFC6750 section-3
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Unauthorized - The request has not been applied because it lacks valid authentication credentials for the target resource.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
i.e. "Bearer error=''invalid_token''" according to RFC6750 section-3
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Forbidden - The server understood the request but refuses to authorize it.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
i.e. "Bearer error=''invalid_token''" according to RFC6750 section-3
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Not Found - The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Method Not Allowed - The method received in the request-line is known by the origin server but not supported by the target resource.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Internal Server Error - The server encountered an unexpected condition that prevented it from fulfilling the request.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Not Implemented - The server does not support the functionality required to fulfill the request.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Bad Gateway - The server received an invalid response from the upstream server.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Service Unavailable - The server is currently unable to handle the request due to a temporary overload or scheduled maintenance.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.
Gateway Timeout - The server did not get a response in time that it needed in order to complete the request.
Response Headers
application/problem+json; charset=utf-8 according to RFC7807.
Response language - always en.
Client defined ID from request to correlates HTTP requests between a client and server.
Indicates whether the response was created by the bLink platform or by the provider.