180 Insurance · Authentication Profile
180 Insurance Authentication
Authentication
The 180 Seguros Sagas API is protected with OAuth2 using the client-credentials (machine-to-machine) grant, brokered by an Auth0 tenant. Clients exchange a client_id + client_secret for a bearer access token (default lifetime 43,200s / 12 hours) and send it on every request as `Authorization: Bearer {access_token}`. The docs advise reusing tokens while valid rather than minting a new one per call.
180 Insurance secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyInsurtechInsuranceEmbedded InsuranceBrazilFintechAPIWebhooks
Methods: oauth2
Schemes: 1
OAuth flows: clientCredentials
API key in:
Security Schemes
OAuth2ClientCredentials oauth2