API v1

Unauthenticated REST API. GET /api-v1/users returns the full user collection including API tokens.

{
  "data": [
    {"id": 1000, "email": "[email protected]", "role": "user", "api_token": "c0164d845277d569a5a74794f6baacaa"},
    {"id": 1001, "email": "[email protected]", "role": "user", "api_token": "5a0767511635d1326f678a9a06a0129f"},
    {"id": 1002, "email": "[email protected]", "role": "service", "api_token": "0335376f4585a5d8a9c0a64a17b7f03c"},
    {"id": 1003, "email": "[email protected]", "role": "service", "api_token": "8470ea1f3af38b45a78acf8040952b72"},
    {"id": 1004, "email": "[email protected]", "role": "user", "api_token": "ad9bd892f92cf17612917ffcf3d75c8c"},
    {"id": 1005, "email": "[email protected]", "role": "user", "api_token": "27207ee862733cfa1f6f735fe90a2036"},
    {"id": 1006, "email": "[email protected]", "role": "service", "api_token": "ca341520562be22feb7ee252537c66af"},
    {"id": 1007, "email": "[email protected]", "role": "user", "api_token": "5ee3b0d533d962b286416bad1db1633c"},
    {"id": 1008, "email": "[email protected]", "role": "admin", "api_token": "b79f29bcfbfc39b451aeb5f28b9c7b52"},
    {"id": 1009, "email": "[email protected]", "role": "admin", "api_token": "77b4f7601711a9004e06cc18b9d9a4a8"},
    {"id": 1010, "email": "[email protected]", "role": "user", "api_token": "653aff0f748855d4e200e9a859de03e7"},
    {"id": 1011, "email": "[email protected]", "role": "service", "api_token": "535f233b72dbb0a4b9fd5e6f5e1ee381"}
  ],
  "total": 48213
}

/api-v1/users · /api-v1/users.json · /api-internal/