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:
For the Mobage Japan region, use the following endpoints.

 

 

Production Environment
Your app is not allowed to use the Production APIs or endpoints before it passes the Application Release Review process.
TaskEndpoint URL
Authenticationhttps://ssl.sp.mbga-platform.jp/social/api/oauth/v2.01
Socialhttp://sp.mbga-platform.jp/social/api/restful/v2
Bankhttps://ssl.sp.mbga-platform.jp/social/api/restful/v2.02
Sandbox Environment
TaskEndpoint URL
Authenticationhttps://ssl.sb.sp.mbga-platform.jp/social/api/oauth/v2.01
Socialhttp://sb.sp.mbga-platform.jp/social/api/restful/v2
Bankhttps://ssl.sb.sp.mbga-platform.jp/social/api/restful/v2.02

 

 

PREVIOUS

RESTful API

NEXT

OAuth Authentication