Get Account Codes

Returns a list of Account Codes.
Use sortBy to sort results by a supported field and direction.

SecuritybearerAuth
Request
query Parameters
sortBy
string

Sort by field and direction (e.g., code:asc, code:desc).

Example: sortBy=code:asc
header Parameters
X-PB-Developer-Partner-ID
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

Responses
200

A list of Account Code has been retrieved successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/accountCodes
Request samples
Response samples
application/json
[
  • {
    }
]