POST
/
organization
/
invite
/
{slug}
/
accept
curl --request POST \
  --url https://api.wapikit.com/api/organization/invite/{slug}/accept
{
  "token": "<string>"
}

Path Parameters

slug
string
required

The slug value of the invite you want to accept.

Response

200
application/json

invite object

The response is of type object.