Basic Reads
GET /v1/users/:id/verified-followers
get/v1/users/{id}/verified-followers
Path parameters
idstring required
Query parameters
next_tokenstring
Response
Successful xfetch workflow response.
Example response
{
"meta": {
"credits": {
"charged": 1,
"remaining": 99
}
}
}Changes
Changed in 1 of the 2 revisions of this API.2
- ▲
added the pattern
^\d+$to thepathrequest parameteridrequest-parameter-pattern-added
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame optional for the status200response-property-became-optional
- ▲