v4

latestOpenAPI 3.1.02026-08-0143190206.8 KB
v1

Get information about an API key, including name, status, permissions and users who created or modified this key.

get/v1/api-key

Response

Success

aclsstring[] required

A list of ACLs authorized with the API key, e.g. "api-key:endpoint:*", "api-key:model:*".

api_key_blockedboolean required

Indicates whether the API key is blocked.

api_key_disabledboolean required

Indicates whether the API key is disabled.

api_key_idstring required

ID of the API key.

create_timestring required

Creation time of the API key in Unix timestamp.

modified_bystring required

User ID of the user who last modified the API key.

modify_timestring required

Last modification time of the API key in Unix timestamp.

namestring required

The name of the API key specified by user.

redacted_api_keystring required

The redacted API key.

team_blockedboolean required

Indicates whether the team that owns the API key.

team_idstring required

The team ID of the team that owns the API key.

user_idstring required

User ID the API key belongs to.

All 43 operations