Referral Integration Document
POST {{base_url}}/mgm/authContent-Type : application/json{
"username": "yourcompany",
"password": "@@@123478##"
}{
"status": "success",
"code": "0",
"message": "successful",
"data": {
"access_token": "fd8726cb-aade-4d9d-9123-dd087007e0e2",
"token_type": "bearer",
"expires_in": 35999,
"expires_at": "2023-09-12T21:21:51+0700"
}
}Last updated