Skip to main content
POST
/
v1
/
channels
/
{channelId}
/
pins
/
{messageId}
Pin a message
curl --request POST \
  --url https://api.magne.app/v1/channels/{channelId}/pins/{messageId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

channelId
string<uuid>
required
messageId
string<uuid>
required

Response

Success