API Reference
API Overview
In this page you can learn about how to work with Matia’s API.
Authentication
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.
Replace <MATIA_API_KEY>
with your actual API Key, available in the API Key section of the Matia Dashboard.
API Endpoints
Matia provides a multitude of API endpoints that enable a variety of functionalities. the base URL for the Matia API is https://api.matia.io/v1
.