GET
/
organization
/
{id}
curl --request GET \
  --url https://api.wapikit.com/api/organization/{id}
{
  "organization": {
    "uniqueId": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "websiteUrl": "<string>",
    "logoUrl": "<string>",
    "faviconUrl": "<string>",
    "businessAccountId": "<string>",
    "whatsappBusinessAccountDetails": {
      "businessAccountId": "<string>",
      "phoneNumberId": "<string>",
      "accessToken": "<string>",
      "webhookSecret": "<string>",
      "verificationStatus": "Verified",
      "isPhoneNumberRegisteredToCloudApi": true
    },
    "IsAutoHandlingConversationsEnabled": true,
    "isOnboardingCompleted": true
  }
}

Path Parameters

id
string
required

The id value of the organization you want to get.

Response

200
application/json

organization object

The response is of type object.