Skip to main content
GET
/
templates
List templates
curl --request GET \
  --url https://api.sendrealm.com/templates \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}
Use query params like channel, status, and search. GET /templates?channel=email&status=active&search=cart

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

channel
enum<string>
Available options:
email,
push
status
string

Response

Template list