Get Account Code by ID

Retrieves a single Account Code by its unique id.

SecuritybearerAuth
Request
path Parameters
id
required
string

Unique identifier of the Account Code.

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

Specified 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/{id}
Request samples
Response samples
application/json
{
  • "id": "d8WpwWzlMgYO",
  • "code": "280002",
  • "description": "this is description for test codehash280002"
}