AsyncAPI channel · EGYM · EGYM MMS Webhook Events

/

The single registered callback URL receives every subscribed event type.

Provider: EGYM AsyncAPI: v3.0.0 Spec: EGYM MMS Webhook Events Operations: 1 Messages: 6

Channel address

/

Operations

receive
receiveMemberEvent
Receive an EGYM member event.

Messages

GYM_CHECKIN
A customer has physically checked in at a gym.
Content-Type: application/json
GYM_CHECKOUT
A customer has physically checked out from a gym.
Content-Type: application/json
EQUIPMENT_CHECKIN
A customer has physically logged in to equipment in a gym.
Content-Type: application/json
MEMBERSHIP_DELETE
Member data has been deleted from EGYM.
Content-Type: application/json
GENIUS_ONBOARDING_COMPLETED
A member completed EGYM Genius onboarding.
Content-Type: application/json
TEST
Verification event, fired on demand by POST /api/v2/webhooks/{id}/trigger.
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.