ApiKeyResponse
Last updated
Was this helpful?
Last updated
Was this helpful?
• Docs
/ ApiKeyResponse
Defines the structure for API key responses. This interface extends IResponse
, including additional fields specific to API keys.
ApiKeyResponse
creatorId:
string
The identifier of the user who created this API key.
Defined in
id:
string
The unique identifier of the API key.
Defined in
key:
string
The actual API key string used for authentication and authorization.
Defined in
name:
string
The name given to the API key, typically used for easy identification.
Defined in
workspaceId:
string
The identifier of the workspace to which this API key belongs.
Defined in