AuthError 401
When does this happen?
The request is missing the x-api-key header, or the provided key is invalid or revoked.
Example response
{
"_tag": "AuthError",
"type": "AuthError",
"message": "Missing or invalid API key",
"docs_url": "https://docs.borderli.dev/errors/AuthError"
}
What to do
Include a valid API key in the x-api-key header. For sandbox testing, use brly_test_key_001. See Authentication.