Overview
The Passu API is a read-only HTTP API for retrieving:- sectors
- companies
- events
- metrics
- analyses
https://api.passu.ai and versioned under /v1.
Authentication
Access is authenticated with Passu-managed API keys.- An admin creates an API key in the Passu dashboard.
- The key owner receives a
client_idandclient_secret. - Your server exchanges those for a bearer token with
POST /v1/auth/token. - Send the bearer token on every request with
Authorization: Bearer <token>.