WaitForIt

Waitlist

Endpoint:https://api.waitforit.me/v1

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.

Get all waitlistsResponses

    • idstring · uuid · readOnly · required

      The id of the waitlist.

    • namestring · required

      The name of the waitlist.

    • websitestring · uri · required

      The 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.

Get one waitlistpath Parameters

  • idstring · uuid · required

    The id of the waitlist.

Get one waitlistResponses

    • idstring · uuid · readOnly · required

      The id of the waitlist.

    • namestring · required

      The name of the waitlist.

    • websitestring · uri · required

      The 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.

Get all signupspath Parameters

  • idstring · uuid · required

    The id of the waitlist.

Get all signupsResponses

    • emailstring · email · required

      The email address that signed up.

    • verifiedboolean · required

      If the email has been verified by the user.

    • referralboolean · required

      If this signup was a referral from someone.

    • custom_inputsobject[] · required

      An array of custom input objects provided during signup.