Authentication
Mindful API
We use standard OAuth 2.0 authentication for the Mindful API.
Auth endpoint:
https://auth.getmindful.com/oauth2/token
Client Credentials: You can obtain Client Credentials via Application Clients configured in the Mindful UI.
After submitting the Base64 combination of Client ID and Secret to the Auth endpoint, you will receive a temporary Bearer token that is valid for one hour. This Bearer token must be submitted in an Authorization header with each request.