Authentication
This page explains authentication responsibilities for service integrations that call function-level endpoints.
API keys for service endpoints
TemplioniX uses the x-functions-key header for calls that go through the template-processing function path.
- Add
x-functions-keyto every function-level request. - Use an active key from your subscription.
- Requests without this header are rejected with
401 Unauthorized.
Example header:
x-functions-key: your_api_key
Related links
- Continue with the integration API surface in REST API.