cURL
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>" }
Add an entry to the waitlist.
Documentation IndexFetch the complete documentation index at: https://docs.nuon.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
Use this file to discover all available pages before exploring further.
Type "Bearer" followed by a space and token.
Input
OK