v1

latestSwagger 2.02026-08-06114111152.5 KB
Team

Get a team user's client key

Admin-only endpoint that returns the API client key for a specific team user. Used by tooling that impersonates team members in CI; the secret is not exposed here — use reset-keys to rotate.

get/v1/team-management/users/{id}/client-key

Path parameters

idinteger required

Numeric ID of the team user whose key to fetch.

Response

Get a team user's client key

client_keystring required

The API client key. The matching secret is never returned here; rotate both with reset-keys.