Create Binding
POST http://{{Notify Dev Host}}:{{Notify Port}}/v1/Services/{{Notify Dev ServiceSid}}/Bindings
Request Body
[{"name"=>"Identity", "value"=>"TestIdentity1", "datatype"=>"string"}, {"name"=>"BindingType", "value"=>"twilsock", "datatype"=>"string"}, {"name"=>"Address", "value"=>"http://fakeurl.com", "datatype"=>"string"}, {"name"=>"message_types", "value"=>"test1,test2", "datatype"=>"string"}, {"name"=>"notification_protocol_version", "value"=>"3", "datatype"=>"number"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
I-Twilio-Auth-Account | string | ||
Content-Type | string |