Decrypt Global API Key

Decrypt and return the actual API key value See Using Global API Keys for more information on permission and scope requirements.

SecuritybearerAuth
Request
path Parameters
keyId
required
integer <int64> ( 0 .. 999999999 ]

API key ID

Responses
200

OK

4XX

Invalid Request

default

Invalid Request

post/global/api_keys/{keyId}/decrypt
Request samples
Response samples
application/json
{
  • "api_key": "82dc20bb-e29c-49cb-8d0e-03d785d46627"
}