Skip to content

Authentication using keys

Authentication in VerifyAPI is implicit - every API call must include a key in the header of every request. This is done by setting the Authorization header to Bearer and including the authentication key.

Without an Authorization header, every API request will return a HTTP 401 Unauthorized response. For more details see Authentication

It is possible for a single VerifyAPI account to have multiple keys. Each key can be manually issued or revoked via the API Keys section of the portal.