Skip to main content
GET
Search users

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Query Parameters

query
string
required

Search query

Minimum string length: 1
Example:

"khaby.lame"

count
integer
default:10

Page size (fixed at 10 by the platform)

Required range: 10 <= x <= 10
Example:

10

cursor
string
default:0

Pagination cursor

Example:

"0"

Response

Returns the search results

data
object
required