TENIX ERROR REFERENCE

Unauthenticated

https://errors.tenixhealth.com/auth/unauthenticated

What caused this

The request did not include a valid access token. The Authorization header was missing or malformed, or the token had expired, so the request could not be authenticated.

How to resolve it

Acquire a fresh access token from your identity provider and send it in the Authorization: Bearer header on every request. If you are already sending one, confirm it has not expired.

← All error types