Bigtincan · Authentication Profile
Bigtincan Authentication
Authentication
The Bigtincan Hub Public API is OAuth 2.0 only. The published Swagger 2.0 document at https://pubapi.bigtincan.com/api/sandbox/swagger/public-api declares NO securityDefinitions at all; the authentication model below was read from the provider's own interactive console at https://pubapi.bigtincan.com/doc/interactive/ (the token/authorize/revoke endpoints and grant types are defined inline in that page's JavaScript) and confirmed against live unauthenticated probes of the API host.
Bigtincan secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password and authorizationCode flow(s).
Sales EnablementContent ManagementTrainingCoachingBuyer EngagementAnalyticsCRM IntegrationDigital Sales Rooms
Methods: oauth2
Schemes: 2
OAuth flows: password, authorizationCode
API key in:
Security Schemes
oauth2_password oauth2
oauth2_authorization_code oauth2