All API endpoints are authenticated using Access tokens.
You can obtain an access token by going to Matia App > Account Settings > API Tokens > click on “Generate Token” button.Once you’ve obtained an access token, it should be included in the x-api-key header of your requests.
Copy
Ask AI
--header 'x-api-key: <MATIA_API_KEY>'
Replace <MATIA_API_KEY> with your actual API Key, available in the API Key section of the Matia Dashboard.