restApiKey
Retrieves a specific REST API key by its unique identifier. Returns detailed API key information including the decrypted client ID and secret.
Errors: REST_API_KEY_GET_ERROR, REST_API_KEY_NOT_FOUND_ERROR if API key doesn't exist.
AUTH: Role=[apikey.OWNER,apikey.EDITOR,apikey.VIEWER]
restApiKey(
id: String!
): RestApiKey!
Arguments
restApiKey.id ● String! non-null scalar
Unique identifier of the REST API key to retrieve.
Type
RestApiKey object
Represents a REST API key with encrypted client ID and secret storage