The Placid REST API uses authentication via an API token. It is passed along with every API call to identify your account and access the templates from your project.
Placid API tokens are project-specific. For every API project you create, you'll get a unique token.
Projects
overviewAPI Tokens
in the left menuAll of your Placid requests must contain a header with your API token.
Authorization: Bearer {TOKEN}