Bulwark Web API Service Host

<back to all web services

TwilioTextMessageRequest

Inbound Text (For Twilio)

The following routes are available for this service:
POST/api/Vanguard/TwilioTextMessage

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/TwilioTextMessageRequest HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: text/jsv
Content-Length: length

{
	MessageSid: String,
	AccountSid: String,
	From: String,
	To: String,
	Body: String,
	NumMedia: 0,
	MediaContentType: 
	[
		String
	],
	MediaUrl: 
	[
		String
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	
}