Skip to main content

List API Keys

GET 

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

List API Keys

Request

Path Parameters

    workspaceId uuidrequired
    subjectId uuidrequired

Responses

API keys listed.

Schema

  • Array [

  • apiKeyId uuid
    displayName string
    expiresAt date-timenullable
    creatorSubjectId uuidnullable
    publicPrefix string
    createdAt date-time
  • ]

Loading...