The HTTP Message API uses HTTP calls to send and receive messages from an end user. Here’s just a few of the things you can accomplish with this API:
- Send an SMS message
- Receive SMS messages from mobile devices
- Retrieve info from the API about previously sent messages
For a quick reference to the paths and endpoints, please see below.
Paths
The format of all GET methods in this API are:
/MessageApi/{method}/{id}
or
/MessageApi/{method}/{id}?{variable}={value}
The format of all POST methods in this API are:
/MessageApi/{method}Carrier Lookup Methods
Server Endpoints
Environment | Version | Public URL |
---|---|---|
US | 3 | https://messageapi.vibesapps.com |
EU | 3 | https://messageapi.eu.vibes.com/MessageApi https://messageapi-eu.vibesapps.com/MessageApi (deprecated on 11/13/2020; may be removed in future) |
Where are the XSD files?
The Vibes MessageAPI does not contain XSD files, primarily to help ensure forward compatibility with future versions.