Get all waitlists
GET
https://api.waitforit.me/v1
/waitlist
Retrieve the list of created waitlists. Requires the waitlist:view role on the API key.
Responses
idstring · uuid · readOnly · requiredThe id of the waitlist.
namestring · requiredThe name of the waitlist.
websitestring · uri · requiredThe website of the associated waitlist.
Get one waitlist
GET
https://api.waitforit.me/v1
/waitlist/{id}
Get all of the details of a certain waitlist, including name, and website. Requires the waitlist:view role on the API key.
path Parameters
idstring · uuid · requiredThe id of the waitlist.
Responses
idstring · uuid · readOnly · requiredThe id of the waitlist.
namestring · requiredThe name of the waitlist.
websitestring · uri · requiredThe website of the associated waitlist.
Get all signups
GET
https://api.waitforit.me/v1
/waitlist/{id}/signup
Get all of the signups of a certain waitlist. Requires the waitlist:view role on the API key.
path Parameters
idstring · uuid · requiredThe id of the waitlist.
Responses
emailstring · email · requiredThe email address that signed up.
verifiedboolean · requiredIf the email has been verified by the user.
referralboolean · requiredIf this signup was a referral from someone.
custom_inputsobject[] · requiredAn array of custom input objects provided during signup.
