Sign in

Get company SSO token

documented

Returns one-time token which is required for Single Sign-on.

GET /api/v2/{username}/{token}/json/company/token/Companyno 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://api.getambassador.com/api/v2/{{$username}}/{{$token}}/json/company/token/" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{GETAMBASSADOR_API_KEY}}"
Get company SSO token · getambassador · OpenIntegrations