Latest Legacy

Check a specific existing order

This API lets you fetch the hosted messaging number order object for a particular order.

API Endpoint

GET https://api.plivo.com/v1/Account/{auth_id}/HostedMessagingNumber/<Order_ID>/

Arguments

No arguments need to be passed.

Returns

Returns an HostedMessagingNumber object.

Response

HTTP Status Code: 200

{
   "alias":"check-profile-number-profile-test1-25",
   "application":"/v1/Account/MA2025RK4E639VJFZAGV/Application/43598296806979568/",
   "created_at":"2022-11-08T10:41:15.281703Z",
   "failure_reason":"",
   "hosted_messaging_number_id":"3b4afde5-80e0-4fb6-463a-281b688d8a7d",
   "hosting_status":"IN_REVIEW",
   "loa_id":"b855aaf1-1b1d-443c-8a35-4cf65102e2ef",
   "number":"12142292186",
   "resource_uri":"/v1/Account/MA2025RK4E639VJFZAGV/HostedMessagingNumber/3b4afde5-80e0-4fb6-463a-281b688d8a7d/",
   "api_id":"68991200-4081-11ec-a1c3-0242ac110006"
}
1
2
curl -i --user AUTH_ID:AUTH_TOKEN \  
    https://api.plivo.com/v1/Account/{auth_id}/HostedMessagingNumber/{hosted_messaging_number_id}/