The objective of this document is to provide a guide for the correct consumption of the MasiVoice API service, below you will see examples of the body of the request for VOICE shipments.
POST
****http://voice.masivapp.com/delivery
Currently the platform handles two (2) types of voices:
All requests must include a header called Authorization which must contain a Basic type http authorization string, example For the user user with password password, a base64 string must be generated from user: password preceded by the word Basic and a space, so our authorization string would be:
Basic dXNlcjpwYXNzd29yZA ==
Authorization example in postman:
With valid credentials