Ticket Panels

Get A Single Ticket Panel

GET
/v1/guilds/{guild}/ticket-panels/{panelId}

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
panelId*string

Response Body

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

How is this guide?