Skip to Content
API ReferenceAppsList All Apps

List All Apps

Returns all apps across all users under your partner account.

Endpoint

GET /api/v1/partner/apps

Response

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, apps will be an empty array [].

Errors

StatusErrorDescription
401UnauthorizedInvalid or missing API key

Try It

GET/api/v1/partner/appsList all apps