Skip to main content
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

Path Parameters

waitlist_user_id
string
required

Response

message
string
Example: