Guide on how to consume the API service

This information aims to provide a guide for the correct consumption of the MasivpUSH API service, below you can see examples of the body of the request for PUSH shipments

Authentication

All Push API endpoints require authentication. For this, it is necessary that in each of the requests that are made, an authentication header of the Basic Authentication type corresponding to a valid Masiv user is included.

Header name Value Description Mandatory
Authorization Basic Token Basic Auth type authentication header, the token must contain the following structure user:password base 64 encoded and correspond to a valid Masiv user. Required
Authorization with Login Bearer Token Bearer Token generated to authenticate with other services(Version Legacy) for deprecated Required

API Base URL

Production server environment: https://pushprod.masivapp.com

Security

Basic Auth

Basic authentication is a simple authentication scheme built into the HTTP protocol. To use it, send your HTTP requests with an Authorization header that contains the word Basic followed by a space and a base64-encoded string username:password

ExampleAuthorization: Basic ZGVtbzpwQDU1dzByZA==

Configuration SDKs

SDK y CDN

Sender Api

v1.0

API Base URL

Production server environment: https://pushprod.masivapp.com

Contact Masiv

With this api you can send push notifications to cellphones, tokens or recipient id, this notifications were created and be processed later. Push notifications contains a message with 2 visualization modes (text/image) and could contains dynamic replacements over message template.

Initial Characteristics