Authorization
To authorize, you need to create a token.
Create API key​
In the Design Editor, go to user profile and create a API key, with the relevant scope.
The API key will be valid forever until it is revoked.
Authorized request​
Test your newly created token:
curl --header "x-vev-key: [your-key]" https://api.vev.design/api-key/introspection
To make authorized requests, you need to add the x-vev-key
header to every request.