API Access

The Octav API is protected by an access key.

Get a key

Contact our team on our website to request an access key.

Use the API

To authenticate API requests, include your API key in the Authorization header as a Bearer token.

Example:

GET /api/rest/portfolio HTTP/1.1
Host: https://octav-api-dev.hasura.app
Authorization: Bearer YOUR_API_KEY

or with curl

curl -X GET https://octav-api-dev.hasura.app/api/rest/portfolio \
-H "Authorization: Bearer YOUR_API_KEY"

Last updated