categoriesGet
POST {{baseUrl}}/categories/get
Send a request to the /categories/get
endpoint to get detailed information on categories returned by Plaid. This endpoint does not require authentication.
Request Body
["<", "o", "b", "j", "e", "c", "t", ">"]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"categories":[{"category_id":"\u003cstring\u003e","group":"\u003cstring\u003e","hierarchy":["\u003cstring\u003e","\u003cstring\u003e"]},{"category_id":"\u003cstring\u003e","group":"\u003cstring\u003e","hierarchy":["\u003cstring\u003e","\u003cstring\u003e"]}],"request_id":"\u003cstring\u003e"}