folk’s API uses API keys to authenticate requests. You can view and manage your API keys in your workspace settings under the “Integrations” section.

To authenticate a request, you need to include the API key in the Authorization header using the bearer token scheme.

Authorization: Bearer <your-api-key>

API requests without authentication will fail with a 401 Unauthorized status code.