Knowledge Base

  1. Home
  2. Knowledge Base
  3. API Services
  4. Carrier (Retrieve Carrier Information)

Carrier (Retrieve Carrier Information)


The Carrier API (http://api.metrocloudalliance.com/carrier/) provides a list and details of matching carriers. For example the following request will search for carriers with the ID of MT: http://api.metrocloudalliance.com/carrier/?carrier_id=MT&minifyresults=false This will return the following information (Default results are in JSON ): [ { “carrier_name”: “Metro”, “carrier_code”: “MT”, “carrier_contact”: “2136264455” } ]

Was this article helpful?

Related Articles