Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/css/./../css/../plugins/overlayScrollbars/../datatables-select/../toastr/../jquery-validation/../moment/.././bootstrap4-duallistbox/../inputmask/../../../.././../qr.picotech.app/../smm.picotech.app/public_html
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.example
.env.test.example
.gitattributes
.gitignore
.htaccess
.styleci.yml
Modules
README.md
_ide_helper.php
_ide_helper_models.php
app
artisan
bootstrap
composer.json
composer.lock
config
database
modules_statuses.json
package-lock.json
package.json
phpunit.xml
public
req.rest
resources
routes
server.php
storage
stubs
tests
vendor
webpack.mix.js

مشاهدة ملف: req.rest

### Send POST request with json body
GET http://localhost:8000/gateway/notification?message_id=1&status=1&sent_date=12/12/2021&part_number=23&message_cost=10&message_status=DELIVRD&dlr_date=19/10/2021
Content-Type: application/json

{

}

### Send POST request with json body
GET http://localhost:8000/api/trash-file?id=25
Content-Type: application/json
Authorization: Bearer 7|HRuK1J86VlcucZ2tOkQVDxBPmEc7R0t8kHa2abBH

{


}


### Send POST request with json body
POST http://localhost:8000/inbound/twilio
Content-Type: application/json
Accept: application/json

{
    "To": "+14694149313",
    "From": "+14694149022",
    "Text": "Hello",
    "data": {
        "id": "9a9c83bc90d34a49b57fbc79e33bc5cd",
        "href": "https://rest.messagebird.com/messages/9a9c83bc90d34a49b57fbc79e33bc5cd",
        "direction": "mt",
        "type": "sms",
        "originator": "31XXXXXXXXX",
        "body": "Hi! This is your first message.",
        "reference": null,
        "validity": null,
        "gateway": 10,
        "typeDetails": {},
        "datacoding": "plain",
        "mclass": 1,
        "scheduledDatetime": null,
        "createdDatetime": "2019-02-19T11:56:17+00:00",
        "recipients": {
            "totalCount": 1,
            "totalSentCount": 1,
            "totalDeliveredCount": 0,
            "totalDeliveryFailedCount": 0,
            "items": [
                {
                    "recipient": 31XXXXXXXXX,
                    "status": "sent",
                    "statusDatetime": "2019-02-19T11:56:17+00:00"
                }
            ]
        }
    }
}

### Send POST request with json body
POST http://e382-103-88-143-114.ngrok.io/payment/coin/webhook
Content-Type: application/json
Accept: application/json

{
    "txn_id": "CPGB3TSKPYNNTSOPNX00VR21IK",
    "ipn_mode": "hmac",
    "merchant": "92a862d8fbff2fffcb9962b58b43c911",
    "status": "2"
}


### Send GET request with json body
GET http://localhost:8000/api/inbox/list
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{


}
### Send GET request with json body
GET http://localhost:8000/api/sent/list
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{


}
### Send GET request with json body
GET http://localhost:8000/api/group/list
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{


}
### Send GET request with json body
GET http://localhost:8000/api/group/contact/list
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{
"id": "1"

}
### Send GET request with json body
GET http://localhost:8000/api/customer/number
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{
"type": "number"

}

### Send GET request with json body
GET http://e382-103-88-143-114.ngrok.io/api/customer/number
Content-Type: application/json
Authorization: Bearer 12|96uGMe09HgV1e9i4IPV9lQoLpH9NCX6CdkVanDzU

{
    "type": "whatsapp"

}
### Send GET request with json body
GET http://localhost:8000/api/sms/template
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{
    "id": "1"

}
### Send GET request with json body
GET http://localhost:8000/api/campaign/list
Content-Type: application/json
Authorization: Bearer 4|SqjbmZLvjKJPHE7j8HsMI42zFrEpMeQDVRTZkV2b

{


}
### Send GET request with json body
GET http://localhost:8000/api/sender-id
Content-Type: application/json
Authorization: Bearer 13|Sj0ReyVGMovenzCljfdJ9tbOaoyZcHHuoicNZcaW

{


}
### Send GET request with json body
POST http://localhost:8000/plivo/webhook/1
Content-Type: application/json

{
  "From": "34234234",
    "To": "34234234"

}
### Send POST request with json body
POST http://localhost:8000/api/v2
Content-Type: application/json
Accept: application/json

{
"key": "2|MpskYdf4b7p9BdcE9gY94laW3xs8qKdnGTsgazo9",
"action": "orders",
"status": "pending"
}