Skip to main content
GET
/
v1
/
streamer
/
{name}
/
follower-graph
Follower graph
curl --request GET \
  --url http://localhost:8787/v1/streamer/{name}/follower-graph \
  --header 'Authorization: Bearer <token>'
[
  {
    "followers": 123,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Optional bearer token enforced when the Worker is configured with an API token.

Path Parameters

name
string
required

Response

Successful response

followers
integer
required
created_at
string<date-time>
required