
mof_test_ and Production API keys have the prefix mof_live_.
Authentication to the API is performed via the Authorization header with a Bearer token. To authenticate, you need to include the Authorization header with the word Bearer followed by your token in your API requests like so:
Authentication Errors
When authentication fails, the API will return specific error responses to help you troubleshoot the issue.Missing API Key
If you don’t include the Authorization header, you’ll receive a401 Unauthorized error:
Invalid API Key
If your API key is incorrect or malformed, you’ll receive a403 Forbidden error:
Insufficient Permissions
If your API key doesn’t have the necessary permissions for the requested resource, you’ll receive a422 Unprocessable Entity error: