/stars.list
GET
/stars.list
stars
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/stars.list'
Response Response Example
200 - response
{
"ok": true
}
Request
Query Params
token
stringÂ
optional
stars:read
count
stringÂ
optional
page
stringÂ
optional
cursor
stringÂ
optional
cursor
equal to the next_cursor
attribute returned by the previous request's response_metadata
. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.limit
integerÂ
optional
Responses
Modified at 2023-08-15 05:39:46