Instance Detail

Supported & Tested

Get one instance by its Waplix instance id.

GEThttps://api.waplix.io/api/v1/instances/detail
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters Specification
instance_id
stringReq

Waplix instance id slot

Request Payload Example
Request
curl -X GET "https://api.waplix.io/api/v1/instances/detail" \
  -H "Authorization: Bearer YOUR_API_KEY"
Success Response
Response · 200 OK
{
  "success": true,
  "instance_id": "demo_instance",
  "display_name": "My Instance",
  "status": "connected",
  "phone_number": "15551234567",
  "webhook_url": "https://example.com/webhook",
  "created_at": "2026-06-22 20:23:17",
  "updated_at": "2026-06-27 17:52:57"
}
Was this page helpful?