Skip to main content

Interface: ApiKeyResponse

Defines the structure for API key responses. This interface extends IResponse, including additional fields specific to API keys.

ApiKeyResponse

Hierarchy

Properties

creatorId

creatorId: string

The identifier of the user who created this API key.

Defined in

lib/types/api-key/health-check.ts:25


id

id: string

The unique identifier of the API key.

Defined in

lib/types/api-key/health-check.ts:17


key

key: string

The actual API key string used for authentication and authorization.

Defined in

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

lib/types/api-key/health-check.ts:19


workspaceId

workspaceId: string

The identifier of the workspace to which this API key belongs.

Defined in

lib/types/api-key/health-check.ts:23