GET
/
organization
/
invite
/
{slug}
curl --request GET \
  --url https://api.wapikit.com/api/organization/invite/{slug}
{
  "invite": {
    "uniqueId": "<string>",
    "email": "<string>",
    "accessLevel": "Owner",
    "createdAt": "2023-11-07T05:31:56Z",
    "status": "Pending",
    "organizationName": "<string>"
  }
}

Path Parameters

slug
string
required

The slug value of the invite you want to get.

Response

200
application/json

organization invite object

The response is of type object.