Making an API Call

The Vana API is hosted at https://api.vana.com/api/v0/

Headers

All API Endpoints require the header: Content-Type: application/json

Authorized API calls require the header: Authorization: Bearer $TOKEN The $TOKEN is an OAuth access token (which looks like ory_at_xxxx..) that is retrieved via our Authentication flows.

Postman

If you are using Postman to make these calls, please ensure that the settings on Body are raw and JSON. The API includes POST and GET calls, so keep a close eye on which you're using.

Once you have your Access Token, the Authorization tab can be set to Bearer and there is a convenient location to paste your token.

Last updated