Skip to content
Last updated

title: Get Users Batch keywords:

  • get users batch
  • post
  • get
  • users
  • batch

Get users by specific user IDs (batch lookup).

POSThttps://api.aitronos.com/v1/user/batch

Returns

A JSON object with the operation result.

cURL
curl -X POST "https://api.aitronos.com/v1/user/batch" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "success": true
}