xAutoDM LogoxAutoDM

    Endpoint reference

    All endpoints live under https://api.xautodm.com/v1. Lead-list endpoints charge per returned profile.

    Users & leads

    GET/v1/users/{handle}5 cr
    GET/v1/users/by-id/{id}5 cr
    GET/v1/users/{handle}/followers5 cr/lead
    GET/v1/users/{handle}/following5 cr/lead
    GET/v1/users/{handle}/verified-followers20 cr/lead
    GET/v1/users/{handle}/mentions5 cr/lead
    GET/v1/users/search?q=5 cr/lead
    GET/v1/users/{handle}/media5 cr

    Tweets

    GET/v1/tweets/{id}5 cr
    GET/v1/tweets/{id}/retweeters20 cr/lead
    GET/v1/tweets/{id}/replies20 cr/lead
    GET/v1/tweets/search?q=5 cr/lead
    GET/v1/users/{handle}/tweets5 cr
    GET/v1/lists/{id}/members5 cr/lead
    GET/v1/relationship?source=&target=5 cr
    GET/v1/trends?woeid=5 cr

    Managed accounts

    POST/v1/accounts/connect50 cr
    GET/v1/accountsfree
    POST/v1/accounts/{id}/reconnect50 cr
    DELETE/v1/accounts/{id}free

    DMs & actions (require Idempotency-Key)

    POST/v1/dm/send10 cr
    GET/v1/dm/conversations10 cr
    GET/v1/dm/conversations/{id}10 cr
    POST/v1/actions/follow5 cr
    POST/v1/actions/unfollow5 cr
    POST/v1/actions/like5 cr
    POST/v1/actions/retweet5 cr
    POST/v1/tweets5 cr

    See the errors reference for status codes and rate limits.