slackLists.items.info method
Usage info
Lists are only available to Slack workspaces on a paid plan.
This method allow you to get a row from a List.
Sample requests data
Minimal
{
"token": "***",
"list_id": "F1234567",
"id": "Rec1234567"
}
Include subscription flag
{
"token": "***",
"list_id": "F1234567",
"include_is_subscribed": true,
"id": "Rec1234567"
}