Skip to content

templates_get

GET
/templates/{template_id}
curl --request GET \
--url https://example.com/templates/example

Get a human-readable pretty-printed representation of a stored template.

template_id
required

Base58-encoded SHA-256 hash digest (32 bytes)

string

Template ID

Template pretty-print found

Media type text/plain
string

Template not found

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}

Internal error

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}