Skip to main content
POST
/
api
/
templates
/
{template_id}
/
use
Use Template
curl --request POST \
  --url https://api.example.com/api/templates/{template_id}/use \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

template_id
string
required

Response

Successful Response

The response is of type Response Use Template Api Templates Template Id Use Post · object.