Authorization

The Central Onboarding system uses a bearer token obtained from SSO as well as an API key which is the client id of the application on SSO passed as headers for each request.

Header

Value

Authorization

Bearer {{token}}

client-id

{{ClientId}}

Last updated

Was this helpful?