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

FieldTypeDescription
categoryIdstringUnique identifier for the category

Attributes

FieldTypeDescription
idstringUnique identifier for the category
namestringName of the category

Error messages

ConditionResponse StatusResponse Body
Invalid categoryId404 Not Found

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-Api-Keystring
X-Partner-Idstring
Authorizationstring

RESPONSES

status: OK

{"id":"categoryId1234","name":"Tax"}