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.

Request Header

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 updated