Sign in

Update active client

documented

Change the active client in the session.

PUT /api/v2/user/clients/{client_id}Userno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}/api/v2/user/session/client/{{$client_uuid}}" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Update active client · whmcs · OpenIntegrations