Commands

Get A Single Command

GET
/v1/guilds/{guild}/commands/{commandId}

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
commandId*string

Response Body

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

How is this guide?