Skip to main content
POST
/
waitlist
cURL
curl --request POST \
  --url https://instantrestapi.com/api/waitlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "api-key": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.instantrestapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Your email

email
string
required

Response

Response

api-key
string