Authorization
header. If using the SDK, the SDK will look for the API key under the environment variable METRONOME_BEARER_TOKEN
by default. See SDK documentation for more details.
[insert code snippet for authentication in each language - pull from SDK doc].
If your token is valid, you’ll receive a JSON payload from the API—either data (if the endpoint returns records) or a 404 JSON error object if no resources are found.
If your token is invalid, you’ll receive a 401 or 403 error. See API status codes for more detail.
{{api_token}}
as the token.api_token
to your Postman environment variables.