Skip to main content
GET
/
templates
List/Search templates
curl --request GET \
  --url https://api.deliverykey.com/v1/templates \
  --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.

Response

200 - application/json

OK

data
object[]