v1

latestOpenAPI 3.1.02026-08-064323122.5 KB
Gym Visit

Member Gym Check Out

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

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

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