cURL
curl --request GET \ --url https://api.triqai.com/v1/categories \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "categories": [ { "name": "<string>", "type": "income", "level": 1, "parent": "<string>", "description": "<string>", "mcc": 123, "sic": 123, "naics": 123 } ], "total": 123 }, "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>", "categoryVersion": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.triqai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.triqai.com/llms.txt
Use this file to discover all available pages before exploring further.
Public API key
Category reference list
true
Show child attributes
Was this page helpful?