Skip to main content
GET
/
templates
/
{id}
Get Template by ID
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"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

OK

data
object