Retrieve Category (by id)
GET {{base_url}}/banking/v2/categories/:categoryId
Retrieve Category by id
The ‘Get categories by id’ endpoint returns the category linked to the corresponding category id that has been passed as a param.
Path variables
| Field | Type | Description |
|---|---|---|
| categoryId | string | Unique identifier for the category |
Attributes
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the category |
| name | string | Name of the category |
Error messages
| Condition | Response Status | Response Body |
|---|---|---|
| Invalid categoryId | 404 Not Found |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
X-Api-Key | string | ||
X-Partner-Id | string | ||
Authorization | string |
RESPONSES
status: OK
{"id":"categoryId1234","name":"Tax"}