Skip to main content
GET
/
api
/
metadata
/
anon-key
Get anon key
curl --request GET \
  --url https://api.example.com/api/metadata/anon-key \
  --header 'Authorization: Bearer <token>'
{
  "anonKey": "anon_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcd"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Anon key

anonKey
string