Gym Visit

Member Gym Check In

This endpoint informs the EGYM system that the member has entered the gym.

post/api/v2/accounts/{accountId}/checkins

Path parameters

accountIdstring required

Request body

timestampinteger

Timestamp in milliseconds since epoch for a checkin / checkout event that happened in the past.

Example request

{
  "timestamp": 1612790783000
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.