Skip to main content

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-key to 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
  • Continue with the integration API surface in REST API.