List account numbers by account
This endpoint returns a list of account numbers associated with the specified account.
GET
/users/{user_identifier}/accounts/{account_identifier}/account_numbers
Path Parameters
| Field | Required | Type |
|---|---|---|
account_identifier Use either the account | Required | String |
user_identifier Use either the user | Required | String |
Query Parameters
| Field | Required | Type |
|---|---|---|
page Results are paginated. Specify current page. | Optional | Integer |
records_per_page This specifies the number of records to be returned on each page. Defaults to | Optional | Integer |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...