Authentication

VerifyMe provides a test secret and live secret keys which you can get from the VerifyMe Dashboard.

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

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

Last updated