API keys
Authenticate every request with a bearer token:- Internal apps authenticate with
sk-API keys and access your own account’s data. Most integrations want this. - Platform apps are OAuth applications for building on Fortis on behalf of other accounts, using the OAuth 2.0 authorization code flow. Platform app creation is enabled per account — contact support to get access.
Scopes
Every endpoint requires a scope. API keys have access to all scopes by default.
A request missing a required scope returns
403:
Errors
Rate limits
Requests are limited to 120 per minute per API key. When you exceed the limit, the API returns429 with a Retry-After header. If you need a higher
limit, contact support.