Introduction🔗
Your project server can communicate with the MRGS server in two ways.
New API🔗
Documentation for the new API is located on this page
Requests from the MRGS server to the project server🔗
This API is used when you connect the MRGS SDK with additional features, such as payments, bonuses, metrics, cross-promotions. For example, when a player makes a payment within the application, and you use MRGS payments (with processing), the MRGS server should send this information to your server. And your server should credit the player with what they purchased. See the documentation for this API for more details.
Requests from the project server to the MRGS server🔗
This API is used when you want to get some information or send it to the MRGS server. For example, to get information about the device, or send an event which occurred on the server. Or to send a PUSH notification to the player’s device.
See the documentation for this API for more details.
Created: 2020-02-06