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 thex-api-key
header of your requests.
<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 ishttps://api.matia.io/v1
.