curl --location --request GET 'https://api.synap.ac/v3/transactional-emails?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "TransactionalEmail",
"attributes": {
"createdAt": "string",
"toEmail": "string",
"success": true,
"recipientData": [
{
"name": "string",
"email": "string"
}
],
"globalData": [
{
"name": "string",
"content": "string"
}
],
"templateName": "string",
"error": "string",
"subject": "string",
"type": "string",
"fromName": "string",
"fromEmail": "string"
},
"relationships": {
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
},
"toUser": {
"data": {
"id": "FID001",
"type": "User"
}
},
"sendingUser": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}