Skip to content

Get a template

GET
/templates/{id}
curl --request GET \
--url https://mail.teamander.com/v1/templates/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
--header 'Authorization: Bearer <token>'
id
required

Resource identifier

string
Example
a1b2c3d4-e5f6-7890-abcd-ef1234567890

Template detail

Media typeapplication/json
object
key
additional properties
nullable
Examplegenerated
{
"additionalProperty": "example"
}

Missing or invalid API key

Media typeapplication/json
object
error
required
string
message
string
Example
{
"error": "Invalid API key"
}

Not found

Media typeapplication/json
object
error
required
string
message
string
Example
{
"error": "not_found"
}