Method : POST
| GET
Endpoint: {{ env('APP_URL') }}/info-device
Request Body : (JSON If POST)
Parameter | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API Key |
number | string | Yes | any number ex 62888xxxx |
Examplo JSON Request
{
"status":true,
"info":[
{
"id":1,
"user_id":1,
"body":"628122xxxxxx",
"webhook":null,
"status":"Disconnect",
"created_at":"2024-08-16T11:07:27.000000Z",
"updated_at":"2024-08-16T11:07:27.000000Z",
"message_sent":0,
"reply_when":"Personal",
"wh_read":0,
"reject_call":0,
"wh_typing":0,
}
]
}
Example URL Request
{{ env('APP_URL') }}/info-device?api_key=1234567890&number=6281222xxxxx