UsersList users
Users

List users

curl -X GET "https://api.neostra.io/api/v1/user?skip=42&limit=42" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
{
  "success": true,
  "message": "example_string",
  "data": {
    "totalCount": 10,
    "skip": 42,
    "limit": 42,
    "results": [
      {}
    ]
  }
}
GET
/api/v1/user
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Query Parameters

Responses

successboolean
messagestring
dataobject