Authorizations
Path Parameters
Response
Example:
Approve a user from the waitlist
curl --request POST \
--url https://api.wacht.dev/user-waitlist/{waitlist_user_id}/approve \
--header 'Authorization: Bearer <token>'{
"message": "User approved and invitation sent"
}curl --request POST \
--url https://api.wacht.dev/user-waitlist/{waitlist_user_id}/approve \
--header 'Authorization: Bearer <token>'{
"message": "User approved and invitation sent"
}