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

Authorizations

Authorization
string
header
required

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

Response

API key

apiKey
string