v1

latestOpenAPI 3.1.02026-08-064323122.5 KB
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