Total Users

-

Active API Tokens

-

API Status

-

Test API

Try looking up a user by email address (requires a valid API token)

Get a token from the Tokens page

API Documentation

Get User by Email

POST /api/users/lookup

Headers:

Authorization: Bearer YOUR_API_TOKEN

Content-Type: application/json

Body:

{

"email": "user@example.com"

}

List All Users

GET /api/users/list?per_page=50

Headers:

Authorization: Bearer YOUR_API_TOKEN