GET
/categories/{id}Retrieve
Recovers the category resource by its id
Parameters
Path Parameters
| Name | Type |
|---|---|
idrequired | string |
Responses
200Retrieve a category.
object
Cateogry response
idrequiredstring
Identifier for the category
descriptionrequiredstring
Description of the category
descriptionTranslatedstring
Description of the category, translated to portuguese
parentIdstring
Parent's identifier
parentDescriptionstring
Parent's category description
Example response
json
{
"id": "01010000",
"description": "Salary/pro-labore",
"parentId": "01000000",
"parentDescription": "Income"
}Code Examples
bash
curl -X GET 'https://api.pluggy.ai/categories/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'Try It
Path Parameters
