curl --request GET \
--url https://api.yapily.com/transactions/categorisation/categories/{accountType} \
--header 'Authorization: Basic <encoded-value>'{
"meta": {
"tracingId": "string"
},
"data": {
"labels": [
"ATM/bank deposit",
"Benefits",
"ATM/bank withdrawal",
"App stores"
]
}
}Returns the list of categories that can be returned for a specific account type (consumer or business).
curl --request GET \
--url https://api.yapily.com/transactions/categorisation/categories/{accountType} \
--header 'Authorization: Basic <encoded-value>'{
"meta": {
"tracingId": "string"
},
"data": {
"labels": [
"ATM/bank deposit",
"Benefits",
"ATM/bank withdrawal",
"App stores"
]
}
}Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.
The sub-application ID to which event type is being subscribed to
type of bank account (consumer or business)
Was this page helpful?