Template Collection API
Filters:
Organization user must have entitlement 16 ā Unknown gate type: organization_user_has_entitlement
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Authorization: Bearer <token> header is required for authorization, requests without a valid and active authorization header will be denied access with a 401 Not Authorized HTTP status code.
Query param filters, URL encoded JSON object with fields: archived_at, content, created_at, fieldset_ids, id, labels, name, organization_id, title, updated_at, user_id, admin_id, customer_id, provider_id
Example:
/api/templates?filters={"content": ..., "fieldset_ids": ..., "labels": ..., "name": ..., "organization_id": ..., "title": ..., "user_id": ..., "admin_id": ..., "customer_id": ..., "provider_id": ...}Successful response
The response is of type object.