Your API key must be placed inside of the Authorization header and formatted like the below.

'Authorization': 'api-key <team_token>'

Errors

A 401 error is returned when the API key is missing or malformed. Make sure that your API key is formatted identically to the above.

{
  "error": "No API key provided"
}

A 403 error is returned when the API key is invalid. Contact [email protected] or generate new API key from within the Tennr app.

{
  "error": "Invalid API key"
}