Skip to main content
POST
Track when a user books a class

Parameters

string
default:"user.book"
required
Must be user.book
string
The ID of the user. Must be provided in conjunction with location_id. Alternatively, location_member_id can be provided to substitute for both
string
The ID of the location. Must be provided in conjunction with user_id. Alternatively, location_member_id can be provided to substitute for both
string
The ID of the location membership. Refers to an association between a location and user. Can be used instead of user_id and location_id together
float
required
The price of the booked class

Returns

string
The ID of the event
string
The name of the event that was captured
string