Skip to main content
POST
/
v1
/
general
/
waitlist
Allow user to be added to an org waitlist.
curl --request POST \
  --url https://api.nuon.co/v1/general/waitlist \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_name": "<string>"
}
'
{
  "created_at": "<string>",
  "created_by_id": "<string>",
  "id": "<string>",
  "org_name": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

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

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Body

application/json

Input

org_name
string
required

Response

200 - application/json

OK

created_at
string
created_by_id
string
id
string
org_name
string
updated_at
string