Skip to main content
POST
cURL

Headers

x-api-key
string<uuid>
required

Your community API key

Body

application/json
channelId
string
required

ID of a Discord channel in your server where the tip should be sent.

Pattern: ^\d+$
recipientId
string
required

ID of a Discord user in your server that should receive the tip.

Pattern: ^\d+$
item
Points · object
required

Points, tokens, or NFT to tip.

comment
string | null

Note that will be shown on the "Tip received" message.

Maximum string length: 256
hideNotification
boolean | null

Whether to hide the public "Tip received" channel notification after sending the tip.

Response

201

Tip has been sent successfully