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

400

Invalid Request

401

Access token is missing or invalid

403

You do not have permission to perform this action.

404

Entity not found

429

Too many requests

503

Service Unavailable

default

Invalid Request

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