Skip to main content
GET
https://api.aisa.one/apis/v1
/
apollo
/
users
/
search
Get a List of Users
curl --request GET \
  --url https://api.aisa.one/apis/v1/apollo/users/search \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    "<string>"
  ],
  "pagination": {}
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

per_page
integer

Results per page.

Response

Successful response

users
string[]

Users (when returned).

pagination
object

Pagination metadata (when returned).