retrieve API Key With Id

GET {{baseUrl}}/api/api-key/:keyId

Retrieves an authentication API key for the given id

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"apiKey":{"id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","ipAccessControlListId":"\u003cuuid\u003e","key":"\u003cstring\u003e","keyManager":"\u003cboolean\u003e","lastUpdateInstant":"\u003clong\u003e","metaData":{"attributes":{"commodo5ef":"\u003cstring\u003e"}},"permissions":{"endpoints":{}},"tenantId":"\u003cuuid\u003e"}}