API Documentation
- API Overview
- Events
- Organization
- GETGet authapi keysregenerate
- GETGet organization
- POSTPost organization
- GETGet organization 1
- POSTPost organization 1
- GETGet organizationinsights
- GETGet rbacroles
- POSTPost rbacroles
- GETGet rbacroles 1
- POSTPost rbacroles 1
- DELDelete rbacroles
- GETGet organizationtags
- POSTPost organizationtags
- GETGet organizationinvites
- POSTPost organizationinvites
- GETGet organizationinvite
- POSTPost organizationinvite accept
- GETGet organizationmembers
- POSTPost organization transfer
- GETGet organizationtemplates
- GETGet organizationtemplates 1
- GETGet organizationphone numbers
- GETGet organizationphone numbers 1
- GETGet organizationcatalogs
- POSTPost organizationcatalogssync
- POSTPost organizationwhatsappbusinessaccount
- GET
- User
- Auth
- Organization Members
- Contacts
- Lists
- Campaigns
- Conversations
- Messages
- Integrations
- Analytics
- Knowledge Base
- System
Organization
Get organization
returns all organizations
GET
/
organization
Copy
curl --request GET \
--url https://api.wapikit.com/api/organization
Copy
{
"organizations": [
{
"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
}
],
"paginationMeta": {
"page": 123,
"per_page": 123,
"total": 123
}
}
Query Parameters
number of records to skip
max number of records to return per page
sorting order
Available options:
asc
, desc
Was this page helpful?
Copy
curl --request GET \
--url https://api.wapikit.com/api/organization
Copy
{
"organizations": [
{
"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
}
],
"paginationMeta": {
"page": 123,
"per_page": 123,
"total": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.