Skip to main content
GET
/
api
/
key
/
watched
Get tracked accounts
curl --request GET \
  --url 'https://www.utrack.club/api/key/watched?key='
{
  "success": true,
  "trackedAccounts": [
    {
      "createdAt": "2024-01-15T10:30:00Z",
      "twitterId": "44196397",
      "twitterUsername": "elonmusk"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.utrack.club/llms.txt

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

Authorizations

key
string
query
required

Your API key. Get your API key from the dashboard.

Query Parameters

key
string
required

Your API key

page
integer
default:1

Page number for pagination

Required range: x >= 1

Response

Successfully retrieved tracked accounts

success
boolean
required
Example:

true

trackedAccounts
object[]
required