User Affiliates
Return the affiliated accounts linked under an organization's Verified Organizations profile. Useful for mapping a company to its employees and brand accounts. Cost: $0.0008 per call.
Authorization
bearerAuth Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.
In: header
Query Parameters
Handle of the organization account.
Pagination cursor from a previous response.
Response Body
application/json
curl -X GET "https://example.com/user/affiliates?username=stripe"{ "users": [ { "id": "12345", "username": "stripedev", "name": "Stripe Developers", "is_blue_verified": true } ], "has_next_page": false, "next_cursor": "", "status": "success"}User Mentions GET
Return the tweets that mention a given account, cursor-paginated. This is the canonical way to read a handle's mentions; it is a thin wrapper over a to:username search and returns the same tweet objects. Cost: $0.0008 per call.
Check Follow Relationship GET
Return the directional follow relationship between a source and target user: whether the source follows the target, and whether the target follows back. Cost: $0.0008 per call.