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

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

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