This route requires Bearer token authentication! This route does NOT require PIN_MESSAGES permission.

Request

GET https://localhost:8989/api/channels/{channelID}/pins

Path parameters

Parameter name Value Description Additional
channelID string Required

Request body

The request body takes a complete Message History Request resource, containing the following writable properties:

{
    "before": "integer",
    "limit": "integer"
}

Properties

Name Type Description Additional
before integer Optional
limit integer Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a GenericMessage data object

CursorMessageArray

Explore this API

channelID
body
Request Content-Type
Response Content-Type
Try it out!