Skip to content
Velo

Authentication

Learn about how to authenticate for the Velo API

The Velo API authenticates every request with HTTP basic auth, using api as the username and your API key as the password. Set the raw header Authorization: Basic base64(api:your_api_key) to authenticate HTTP requests. If you use the TypeScript SDK, you can pass your key when constructing the client.

You can get an API key from the subscription page in the web app.