AccuroFit
  1. Open APIs
AccuroFit
  • Open APIs
    • Get Clients
      GET
    • Get Client Location List
      GET
    • Get Client Member List
      GET
    • Get AccuroPT Session History
      GET
    • Get Classes
      GET
  • Schemas
    • Sample Schemas
      • Location
      • Clients
      • Locations
      • Member
      • Members
      • Session
      • Sessions
      • Client
      • Category
  1. Open APIs

Get Client Member List

GET
/open/clients/{clientId}/members

Request

Authorization
Add parameter in header
X-AUTHORIZATION
Example:
X-AUTHORIZATION: ********************
Path Params

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://staging.accuropt.com/open/clients//members?locationId&page&memberId' \
--header 'X-AUTHORIZATION: <api-key>'

Responses

🟢200OK
application/json
Body

Example
{
    "meta": {
        "error": true,
        "code": 100,
        "message": "nulla veniam in"
    },
    "data": {
        "totalRecords": 3,
        "pageSize": 26,
        "list": [
            {
                "gender": "female",
                "avatar": "https://avatars.githubusercontent.com/u/40487218",
                "email": "Sidney_Oberbrunner@hotmail.com",
                "weight": 81,
                "locations": [
                    {
                        "locationId": 5897724871874061,
                        "locationName": "doggie",
                        "locationAddress": "Apt. 308"
                    }
                ],
                "firstName": "Gillian",
                "lastName": "Herman",
                "nickName": "Ada Corkery",
                "isVerified": false,
                "birthYear": "2024",
                "deviceId": 28,
                "createTime": "2025-11-22 19:15:25",
                "assignedPod": null,
                "ownPod": null,
                "maxHr": 67,
                "accuroPoints": 4,
                "memberId": 28,
                "deviceBleName": null
            },
            {
                "gender": "female",
                "avatar": "https://avatars.githubusercontent.com/u/80172981",
                "email": "Joy59@yahoo.com",
                "weight": 20,
                "locations": [
                    {
                        "locationId": 1669317891662194,
                        "locationName": "doggie",
                        "locationAddress": "Apt. 583"
                    }
                ],
                "firstName": "Billy",
                "lastName": "Hermiston",
                "nickName": "Erika Veum",
                "isVerified": false,
                "birthYear": "2024",
                "deviceId": 21,
                "createTime": "2025-07-29 13:39:56",
                "assignedPod": null,
                "ownPod": null,
                "maxHr": 14,
                "accuroPoints": 81,
                "memberId": 91,
                "deviceBleName": null
            }
        ]
    }
}
🟠404Record not found
🟠400Invalid input
Previous
Get Client Location List
Next
Get AccuroPT Session History
Built with