Warning. This API is no longer supported and will be disabled on Feb 1, 2021.
Here are listed methods for following and unfollowing a channel.
Resource endpoint:
POST /api/v2/follows
Request parameters:
Request example:
POST /api/v2/follows?id=1155508&channel_id=116
Response format:
The JSON contains status
field.
Response example:
{
"status": "ok"
}
Resource endpoint:
DELETE /api/v2/follows
Request parameters:
Request example:
POST /api/v2/follows?id=1155508&channel_id=116
Response format:
The JSON contains status
field.
Response example:
{
"status": "ok"
}