Authentication
Stencil uses API key assigned to each project to access the API endpoints. API key access is per project based.
You can find your API key in your project settings page.

You can generate new key at any point and the old key will be invalidated immediately.
Include the following header in each of your request to be authenticated properly.
Authorization: Bearer API_KEY
Replace
API_KEY
with the API key from the previous step.Last modified 2yr ago