Steps
- Create an API key in Veryfront Studio.
- Store the key in a secret manager or local environment file.
- Send the key in the
Authorizationheader. - Keep API keys out of browser code.
Authorization header
Authorization header
Try it with REST
Set the key:Terminal
GET /projects
Terminal