Standard Metrics · Authentication Profile
Standard Metrics Authentication
Authentication
Standard Metrics authenticates with OAuth2 client-credentials. A firm admin creates an OAuth application in Developer Settings, producing a client_id and client_secret. Those are Basic-auth-encoded and POSTed to the token endpoint (grant_type=client_credentials) to obtain a short-lived Bearer JWT (expires_in 3600s), which is then sent as 'Authorization: Bearer
Standard Metrics secures its APIs with oauth2 and http across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyVenture CapitalPrivate EquityPortfolio ManagementFinancial DataInvestment DataCap TableMetricsReportingMCP
Methods: oauth2, http
Schemes: 3
OAuth flows: clientCredentials
API key in:
Security Schemes
OAuth2 Client Credentials oauth2
basicAuth http
BearerAuth http