api

Authentication

To get started with our API you will need to authenticate. Credentials can be created on our dashboard and are needed for every request. You should store this securely in your application. However, if you lose it you can always easily create a new key in our dashboard.

Get the API credentials from Mave’s dashboard: https://app.mave.io/manage/settings

To add the token to your request, simply add this authorization header:

-H "Authorization: Bearer {API TOKEN}"

API requests without (or incorrect) authentication will fail.

If you would prefer to use Basic Authentication, it is also possible. The bearer token is base64 encoded and exists out of a key and secret, which can be provided as username and password.

🍪 Press 'Accept' to confirm that you accept we don't use cookies. Yes, this banner is just for show!
Accept