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.
string
Unique template identifier.
string
Template slug name.
string
BCP-47 language code for the template (e.g.,
pt_BR, en_US).string
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.