ApiKeyResponse
@justaname.id/sdk • Docs
@justaname.id/sdk / ApiKeyResponse
Interface: ApiKeyResponse
Defines the structure for API key responses. This interface extends IResponse
, including additional fields specific to API keys.
ApiKeyResponse
Extends
Properties
creatorId
creatorId:
string
The identifier of the user who created this API key.
Defined in
packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts:25
id
id:
string
The unique identifier of the API key.
Defined in
packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts:17
key
key:
string
The actual API key string used for authentication and authorization.
Defined in
packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts:21
name
name:
string
The name given to the API key, typically used for easy identification.
Defined in
packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts:19
workspaceId
workspaceId:
string
The identifier of the workspace to which this API key belongs.
Defined in
packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts:23
Last updated