3. Use the access token to access the API
The access token allows you to make requests to the API on a behalf of a user.
Authorization: Bearer OAUTH-TOKEN
GET https://mid.maneslab.xyz/api/v1/users/me
For example, you can set the Authorization header like this:
curl -H "Authorization: Bearer OAUTH-TOKEN" https://mid.maneslab.xyz/api/v1/users/me
Last updated