> For the complete documentation index, see [llms.txt](https://docs.verifyme.ng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifyme.ng/introduction/authentication.md).

# Authentication

VerifyMe provides a `test secret` and `live secret` keys which you can get from the [VerifyMe Dashboard](https://verifyme.ng/app/developers/settings).

![](/files/-MB8bSXN0ZSxRhdXY6mY)

Headers for incoming requests must contain this secret in the format below.

```
{
    "Authorization": "Bearer <secret>"
}

```
