latestOpenAPI 3.1.02026-08-18451484.7 KB
6e7669d364f6
Basic Reads
GET /v1/users?ids=...
get/v1/users
Query parameters
idsstring required
Comma-separated IDs.
Response
Successful xfetch workflow response.
Example response
{
"meta": {
"credits": {
"charged": 1,
"remaining": 99
}
}
}