Use this endpoint to fetch all templates registered in your project. The response includes each template’s current approval status, which you can use to determine whether a template is ready for sending.Documentation Index
Fetch the complete documentation index at: https://docs.relayos.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET https://api.relayos.com.br/v1/templates
This endpoint takes no request body or query parameters.
Response
A200 response returns an array of template objects.
Unique template identifier.
Template slug name.
BCP-47 language code for the template (e.g.,
pt_BR, en_US).Meta approval status. Possible values:
PENDING, APPROVED, REJECTED.Only templates with status
APPROVED can be used in POST /v1/messages. Attempting to send with a PENDING or REJECTED template will return a 422 error.