Add tracked accounts
Management API
Add Tracked Accounts
Add one or more Twitter accounts to your tracking list. You can provide multiple accounts as a comma-separated list. The API will automatically resolve usernames to IDs and vice versa.
POST
Add tracked accounts
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
Your API key. Get your API key from the dashboard.
Body
application/json
Comma-separated list of Twitter usernames (with or without @) or Twitter IDs. Maximum 1000 characters.
Example:
"elonmusk,44196397,@twitter"
Specify whether the identifier is a username or ID
Available options:
username, id Your API key
