Skip to Content

Get App

Returns details of a specific app by its UUID.

Endpoint

GET /api/v1/partner/apps/:app_id

Path Parameters

ParameterTypeRequiredDescription
app_idUUIDYesThe app’s unique identifier

Response

Success 200 OK

{ "success": true, "app": { "id": "770e8400-e29b-41d4-a716-446655440002", "name": "My WhatsApp Bot", "partner_id": "880e8400-e29b-41d4-a716-446655440003", "user_id": "550e8400-e29b-41d4-a716-446655440000", "waba_id": "123456789", "waba_name": "Acme Corp", "phone_number": "+1234567890", "phone_number_id": "987654321", "display_name": "Acme Support", "quality_rating": "GREEN", "waba_status": "Connected", "verified_name": "Acme Corp", "code_verification_status": "VERIFIED", "callback_url": "https://example.com/webhook", "created_at": "2026-02-15T10:45:22.123Z", "updated_at": "2026-02-15T10:45:22.123Z" } }

Errors

StatusErrorDescription
400Invalid app IDapp_id is not a valid UUID
401UnauthorizedInvalid or missing API key
403Access deniedApp belongs to another partner
404App not foundApp doesn’t exist

Try It

GET/api/v1/partner/apps/{app_id}Get an app by ID
{app_id}