Get Enrichment Results
Retrieve categorised transactions by Categorisation ID.
Please use webhooks to be notified when your transactions have been categorised and are ready for retrieval.
Note that when using the Transactions and Categorisation endpoint this endpoint may also return any data specified by the Get Account Transactions endpoint; this endpoint’s docs mentions a non-exhaustive subset of such data.
Documentation Index
Fetch the complete documentation index at: https://docs.yapily.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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
The sub-application ID to which event type is being subscribed to
Path Parameters
Unique identifier for transaction categorisation request
Query Parameters
Optional. The maximum number of transaction records to be returned. Must be between 100 and 1000. If not specified will default to 100.
100 <= x <= 1000Optional. The page number to be returned. If not specified will default to 1.
x >= 1