Skip to main content
GET
List User API Keys

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Query Parameters

userId
string

The user ID that owns these keys.

includeDeleted
boolean

Whether to include soft-deleted keys.

Response

A successful response.

ListUserApiKeysResponse is the response containing user API keys.

apiKeys
object[]

API keys owned by the user.