Skip to main content
Get Enrichment Labels
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"
]
}
}

Authorizations

Authorization
string
header
required

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.

Headers

sub-application
string<uuid>

The sub-application ID to which event type is being subscribed to

Path Parameters

accountType
string
required

type of bank account (consumer or business)

Response

OK

meta
object
data
object