{ "opencollection": "1.0.0", "info": { "name": "Callmeback V2", "version": "v1.0" }, "items": [ { "info": { "name": "callmeback with geographicLocation", "type": "folder" }, "items": [ { "info": { "name": "GET GeographicLocation based on id and POST a callback request to Digi Call.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/callmeback/:id", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the customer. It could be MSISDN, email address, or any other customer identifier. if id is msisdn, format must be E.123" } ] }, "docs": "This operation finds GeographicLocation based on ID of the user and POST a callback request to Digi Call for the user." } ] } ], "bundled": true }