Version: 1.0
Offri API
With the Offri API you can create a custom integration with other systems. Through these endpoints you can manage proposals and clients.
Authentication
- HTTP: Bearer Auth
You'll need an organization specific api key for the Offri API. You can find your api key in the Offri app your
organization settings, under the Integrations tab. Example request using the api key: bash curl -X GET "https://api.offri.app/v1/proposals" -H "Authorization: Bearer your_api_key_here"
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | ApiKey |