Waitlist

Send an invite to a user

PATCH
/api/v1/waitlist/invite/send/{waitlistId}
/api/v1/waitlist/invite/send/{waitlistId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

waitlistId
Required
string

The ID of the waitlist to invite

curl -X PATCH "https://example.com/api/v1/waitlist/invite/send/string" \
  -H "Authorization: <token>"

OK