/pins.add
POST
/pins.addPins an item to a channel.
Request
Header Params
token
string
required
Authentication token. Requires scope: pins:write
Body Params application/x-www-form-urlencoded
channel
string
required
Channel to pin the item in.
timestamp
string
optional
Timestamp of the message to pin.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Exampleresponse
{
"ok": true
}
Last modified: a year ago