X-score
  1. Users
X-score
  • Posts
    • Get post statistics
      GET
    • Get post ratings
      GET
  • Users
    • Check if twitter user has posts in the campaign
      GET
    • Get leaderboard twitter user statistics
      GET
    • Get a ranked X user in a campaign
      GET
  • Schemas
    • Schemas
    • Twitter Post With Scores
    • Twitter Post statistics
    • User Leaderboard Resource
    • User Rank Resource
    • Twitter User
  1. Users

Check if twitter user has posts in the campaign

GET
/api/users/{twitter_user}/exists/{campaign}
Returns whether the specified twitter user has any posts in the given campaign.

Request

Authorization
Path Params

Responses

🟢200OK
application/json
Check result
Body

🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/users//exists/'
Response Response Example
{
    "exists": true
}
Modified at 2026-01-29 00:21:25
Previous
Get post ratings
Next
Get leaderboard twitter user statistics
Built with