Accounts
Authorizations
AuthorizationstringRequired
Authentication using a Bearer token.
Path parameters
customer_uuidstring · uuidRequiredExample:
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Query parameters
per_pageinteger · min: 1 · max: 100OptionalDefault:
Number of items to return per page in a paginated response.
15Example: 15pageinteger · min: 1OptionalDefault:
The current page number for paginated results.
1Example: 1Responses
200
Successful retrieval of customer accounts.
application/json
401
Unauthorized.
application/json
422
Unprocessable.
application/json
get
/api/v1/customers/{customer_uuid}/accountsAuthorizations
AuthorizationstringRequired
Authentication using a Bearer token.
Path parameters
customer_uuidstring · uuidRequiredExample:
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$account_uuidstring · uuidRequiredExample:
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Responses
200
Successful retrieval of account details.
application/json
401
Unauthorized.
application/json
422
Unprocessable.
application/json
get
/api/v1/customers/{customer_uuid}/accounts/{account_uuid}Last updated
Was this helpful?
