List All Apps
Returns all apps across all users under your partner account.
Endpoint
GET /api/v1/partner/appsResponse
Success 200 OK
{
"success": true,
"count": 2,
"data": [
{
"app_id": "61f06252cf0a58553378ceb5",
"app_name": "My WhatsApp App",
"user_id": "1001",
"status": "active",
"created_at": "2026-02-15T10:30:00Z",
"updated_at": "2026-02-15T10:30:00Z"
},
{
"app_id": "61f06252cf0a58553378ceb6",
"app_name": "Support App",
"user_id": "1002",
"status": "active",
"created_at": "2026-02-14T08:15:00Z",
"updated_at": "2026-02-14T09:00:00Z"
}
]
}If no apps exist,
appswill be an empty array[].
Errors
| Status | Error | Description |
|---|---|---|
401 | Unauthorized | Invalid or missing API key |
Try It
GET
/api/v1/partner/appsList all apps