WELCOME !!!
Get your API key
Please sign up and create application at http://maepaysoh.org
Create Application NowUnique User tracking
For unique user tracking, please follow these steps to request the API.
Generate Token for each user
Send POST request to
http://api.maepaysoh.org/token/generate
With Your api_key
{
api_key : 'your-api-key'
}
You will get a response like this
{
"_meta": {
"status": "ok",
"count": 1,
"api_version": 1
},
"data": {
"token": "user-token-key"
}
}
Request data with user token
http://api.maepaysoh.org/{endpoint}/{resourse}?token=user-token-key
Get Data with Zawgyi Font
http://api.maepaysoh.org/{endpoint}/{resourse}?font=zawgyi&token=user-token-key