GET Club User Profile

PARAMS
Key | Value | Description |
case | getuserprofiledata | Select this case to pull club user/member profile data from Actofit club app |
“jack@gmail.com” | User/Member’s email address used while adding the user in Actofit Club app |
Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
null
Response
GET Club User Sessions

PARAMS
Key | Value | Description |
case | getsessiondata | Select this case to pull club user/member all session data from Actofit club app |
“jack@gmail.com” | User/Member’s email address used while adding the user in Actofit Club app |
Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
null
Response
GET Club User Session HR

PARAMS
Key | Value | Description |
case | getsessionhr | Select this case to pull club user / member detail session heart rate data data from Actofit club app |
“jack@gmail.com” | User / Member’s email address used while adding the user in Actofit Club app | |
session_id | “20181124225324” | This is the unique session id used to pull details Heart rate data of this session. The session id can be retrieved from “Club user session” API |
Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
null
Response
Club User Session HR Upload
PARAMS

Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
Response
Club User Search by email
PARAMS

Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
null
Response
GET Club Batches

PARAMS
Key | Value | Description |
case | fcm_id | Firebase ID from the login of the app |
batch_id | 1213389 | Batch id can be taken from club data API |
Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
null
Response
ADD/update Club Batches

PARAMS
Key | Value | Description |
case | fcm_id | Firebase ID from the login of the app |
batch_id | b1213389 | Batch id can be taken from club data API |
batch_data | [ {
“user_name”: “Amelia”, “user_id”: ”122656”, “gym_id”: “A1gym”, }, { “user_name”: “Arthur”, “user_id”: ”122657”, “gym_id”: “A1gym”, }, { “user_name”: “Emma”, “user_id”: ”122658”, “gym_id”: “A1gym”, } ] |
Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)
Request Body
null
Response
Get Club Data

PARAMS
Key | Value | Description |
case | fcm_id | Firebase ID from the login of the app |
batch_id | b1213389 | Batch id can be taken from club data API |
batch_data | [
{
“user_name”: “Amelia”, “user_id”: ”122656”, “gym_id”: “A1gym”, “device”: “Actofit-EFBB314”, “email”: “amelia@gmail.com” }, { “user_name”: “Arthur”, “user_id”: ”122657”, “gym_id”: “A1gym”, “device”: “Actofit-FEAB314”, “email”: “arthur@gmail.com” }, { “user_name”: “Emma”, “user_id”: ”122658”, “gym_id”: “A1gym”, “device”: “HW- 01872790002”, “email”: “emma@gmail.com” } ] |
Request Header - Authorization
bearer : QE9lBwPNTVC4
(Note: Contact Actofit for bearer token)
(Note: Contact Actofit for bearer token)