Taboola · Authentication Profile
Taboola Authentication
Authentication
Two OAuth surfaces with very different maturity. The Backstage advertising API uses a plain OAuth 2.0 client credentials grant with manually issued credentials and no scopes, and the token is presented as a bearer on every call. The Realize MCP server, added later, runs OAuth 2.1 with PKCE, discovery metadata and dynamic client registration. A previous round derived only the bearer scheme from the OpenAPI; this round upgrades it from the provider's own documentation and a live probe.
Taboola secures its APIs with oauth2 and http across 3 declared security schemes, as derived from its OpenAPI definitions.
AdvertisingNative AdvertisingDiscoveryPerformance MarketingAdTechRealizeBackstageRecommendationPublishersProgrammatic
Methods: oauth2, http
Schemes: 3
OAuth flows:
API key in:
Security Schemes
bearerAuth http
backstageClientCredentials oauth2
realizeMcpOAuth oauth2