POST
/
user-waitlist
/
{waitlist_user_id}
/
approve
Approve Waitlist User
curl --request POST \
  --url https://api.wacht.dev/user-waitlist/{waitlist_user_id}/approve \
  --header 'Authorization: Bearer <token>'
{
  "message": "User approved and invitation sent"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

waitlist_user_id
string
required

(i64 formatted as string)

Response

User approved successfully

The response is of type object.