RESTful API Endpoints
The RESTful API endpoint must be set correctly for a request depending on:
- Mobage region: Japan, Korea, Simplified Chinese or Traditional Chinese
- Category: Authentication, Bank or Social
- Environment: Sandbox or Production
For example, if you want to make a call to /request_temporary_credential on the Sandbox environment in the Mobage Japan region, you use the following endpoint:
Production Environment
![]() | Your app is not allowed to use the Production APIs or endpoints before it passes the Application Release Review process. |
Task | Endpoint URL |
---|---|
Authentication | https://ssl.sp.mbga-platform.jp/social/api/oauth/v2.01 |
Social | http://sp.mbga-platform.jp/social/api/restful/v2 |
Bank | https://ssl.sp.mbga-platform.jp/social/api/restful/v2.02 |
Sandbox Environment
Task | Endpoint URL |
---|---|
Authentication | https://ssl.sb.sp.mbga-platform.jp/social/api/oauth/v2.01 |
Social | http://sb.sp.mbga-platform.jp/social/api/restful/v2 |
Bank | https://ssl.sb.sp.mbga-platform.jp/social/api/restful/v2.02 |