ApiKeyResponse

@justaname.id/sdkDocs


@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:25arrow-up-right


id

id: string

The unique identifier of the API key.

Defined in

packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts:17arrow-up-right


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:21arrow-up-right


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:19arrow-up-right


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:23arrow-up-right

Last updated