Skip to main content

Get API Key

GET 

/workspaces/:workspaceId/service-accounts/:subjectId/api-keys/:apiKeyId

Get API Key

Request

Path Parameters

    workspaceId uuidrequired
    subjectId uuidrequired
    apiKeyId uuidrequired

Responses

API key found.

Schema

    apiKeyId uuid
    displayName string
    expiresAt date-timenullable
    creatorSubjectId uuidnullable
    publicPrefix string
    createdAt date-time
Loading...