cURL
curl --request GET \ --url https://api.deliverykey.com/v1/templates/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "auto reply template", "id": "4c37416c-8388-4426-9f74-29725b06a8de", "created_at": "2022-10-12T18:57:23.000000Z" } }
Get Single templates
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
"auto reply template"
UUID of the domain in the system
"4c37416c-8388-4426-9f74-29725b06a8de"
The date the subscriber was created
"2022-10-12T18:57:23.000000Z"