Templates

Get A Template (Including Draft Data)

GET
/v1/guilds/{guild}/templates/{templateId}

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
templateId*string

Response Body

curl -X GET "https://example.com/v1/guilds/string/templates/string"

How is this guide?