latestOpenAPI 3.0.32026-08-10234358.4 KB

3d5d69795558

ApiKeys

List API keys

Retrieve a list of API keys for the specified account

get/user-service/api-keys

Query parameters

searchstring

Search API keys by alias, description, user name, or team name using full-text search

type'TEAM' | 'USER' | 'SA'

Filter by API key type

emailstring email

Filter by user email (only returns USER type API keys with matching email)

user_idstring uuid

Filter by user ID (returns API keys associated with this user)

team_idstring uuid

Filter by team ID (returns API keys associated with this team)

limitinteger

Maximum number of API keys to return

offsetinteger

Number of API keys to skip

Response

Array of API keys

total_countinteger

Total number of API keys matching the filter criteria

Example response

{
  "total_count": 42
}