Retrieve a list of published ATS email templates
Returns a paginated list of published email templates for the organization, supporting cursor-based pagination and filtering by updated_after timestamp.
Token scopes: ats:read
Returns a paginated list of published email templates for the organization, supporting cursor-based pagination and filtering by updated_after timestamp.
Token scopes: ats:read
Return only email templates that were updated after this timestamp (ISO 8601 format)
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/