Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The unique identifier of the membership product.
The unique identifier of the membership tier to enroll the customer in.
The customer’s contact details.
The customer’s full name (3-250 characters).
The customer’s email address (6-55 characters).
The customer’s mobile phone number (10-15 characters).
Optional trial credit amount to grant to the customer upon registration.
The monthly billing period for the membership. Accepted values:
1, 3, 6, 12.Response
Successful Response — HTTP201
Main Structure (Root)
Status code from the API.
201 on successful registration.Status message (singular — write endpoints use
message).The registration result wrapper.
The newly created membership customer record.
The checkout URL for the member’s first payment.
Errors
Returned when the request body fails validation.
Returned when a customer with this email is already registered on this tier.
Returned when the membership tier has reached its maximum member limit.
