v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRegister a guest to a workshop
Purpose: Use this API to register a guest to a workshop.
You must specify workshop_id, along with the body params track_id, guest_id, and center_id.
post/v1/workshops/{workshop_id}/registrations
Path parameters
workshop_idstring required
Unique identifier of the workshop for which you are registering the guest.
Request body
Response
200
Example response
{
"registrations": [
{
"id": 30607
}
]
}