Planhat · Authentication Profile
Planhat Authentication
Authentication
Planhat authenticates the main REST API with a bearer API access token (generated as a Private App under Settings; shown once, long-lived). Basic auth is also accepted. The remote MCP server and programmatic OAuth clients use OAuth 2.0 authorization_code + refresh_token with PKCE (S256) against api.planhat.com. The separate analytics/tracking endpoint is addressed by tenant UUID in the URL path (tenant-scoped, effectively open for ingest).
Planhat secures its APIs with http and oauth2 across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
CompanySaasCustomer SuccessCustomer PlatformCRMCustomer DataAnalyticsRevenueMCP
Methods: http, oauth2
Schemes: 4
OAuth flows: authorizationCode
API key in:
Security Schemes
bearerAuth http
basicAuth http
oauth2 oauth2
tenantUUID apiKey