cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/get_api_key \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>", "apiKeyId": "<string>" }'
{ "apiKey": { "credential": { "publicKey": "<string>", "type": "CREDENTIAL_TYPE_WEBAUTHN_AUTHENTICATOR" }, "apiKeyId": "<string>", "apiKeyName": "<string>", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" }, "expirationSeconds": "<string>" } }
Get details about an API key
Unique identifier for a given Organization.
Unique identifier for a given API key.
A successful response.
Show child attributes
Was this page helpful?