Skip to main content
GET
/
follows
/
status
/
{artistId}
Get Follow Status
curl --request GET \
  --url http://localhost:3000/api/follows/status/{artistId}
{
  "isFollowing": true,
  "followedAt": 123
}

Path Parameters

artistId
string
required

The ID of the artist

Response

Follow status retrieved successfully

isFollowing
boolean

Whether the user is following the artist

followedAt
number

Timestamp when the follow occurred