← Tools Reference

Anrok

Anrok integration (Finance, Data). Imported from open-connector.

API key4 toolshttps://api.anrok.com
POST
anrok_list_customers
List Anrok customers with cursor pagination.

/v1/seller/customers/list

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Anrok cursor returned as nextCursor from the previous page.
limitintegeroptionalThe maximum number of customers to return.
POST
anrok_list_transactions
List Anrok transactions with optional cursor pagination and filters.

/v1/seller/transactions/list

3 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Anrok cursor returned as nextCursor from the previous page.
limitintegeroptionalThe maximum number of transactions to return.
filterobjectoptionalThe filter to apply to returned transactions.
POST
anrok_list_filings
List Anrok filings with optional cursor pagination and filters.

/v1/seller/filings/list

3 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Anrok cursor returned as nextCursor from the previous page.
limitintegeroptionalThe maximum number of filings to return.
filterobjectoptionalThe filter to apply to returned filings.
POST
anrok_list_product_tax_categories
List product tax categories available on the Anrok seller account.

/v1/seller/productTaxCategories/list