v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
waitlist

Add to waitlist

Adds an entry to the waitlist.

post/waitlist

Request body

namestring
emailstring

Response

Waitlist entry created successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 201
}