Introduction
Authenticate requests to the MindCloud API.
MindCloud API requests use bearer tokens. Include your API key in the Authorization header for every request.
curl https://api.mindcloud.co/v1/me \
-H "Authorization: Bearer $MINDCLOUD_API_KEY"Store API keys in a secure server-side environment and rotate them when access changes.