Get template detail
GET/v2/sign/templates/:id
Get template detail by ID
Request
Path Parameters
id stringrequired
ID of Template
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
id uuid
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
name string
Template name
thumbnail string
thumbnail download URL
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"thumbnail": "string"
}
Not Authorized
Not Allowed
Loading...