Comment on page
Making an API Call
The Vana API is hosted athttps://api.vana.com/api/v0/
All API Endpoints require the header
Content-Type: application/json
Authorized API calls require the header
Authorization: Bearer $TOKEN
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 JWT Login Token, the Authorization tab can be set to Bearer and there is a convenient location to paste your JWT Login Token

Last modified 3mo ago