Transactional emails
List transactional emails
Get a list of published transactional emails.
get/v1/transactional
Query parameters
perPagestring
How many results to return in each request. Must be between 10 and 50. Default is 20.
cursorstring
A cursor, to return a specific page of results. Cursors can be found from the pagination.nextCursor value in each response.
Response
Successful.
Example response
{
"data": [
{
"id": "cll42l54f20i1la0lfooe3z12",
"name": "Sign up confirmation",
"lastUpdated": "2025-02-02T02:56:28.845Z",
"dataVariables": [
"confirmationUrl"
]
}
]
}