Partner Access
Register as a developer
Please contact our sales manager to get the specified appId and appSecret for making calls to the API
Note: appId is the unique identification of the app, and appSecret is the key of the app. They are equivalent to the user name and password. Please save them properly.
Authentication
To begin you will need to obtain an access token to allow you to reach all other API endpoints. Using your unique appId and appSecret you can call the Authentication API endpoint. On success, an access token will be granted.
Validation
PingPong’s security gateway will validate the Access Token provided. If validation fails, a 401 error is returned to the caller specifying the issue at hand. If validation is successful, the gateway calls the endpoint service using the supplied parameters from the caller.
Communication Security
- OAuth 2.0 Authentication and Authorization – Selective authorization is granted by authenticated users to 3rd party platforms
- SSL-Protected Communications: Electronic communications are performed through an SSL-protected channel.
- TLS1.2 required: 3rd party platform machines submitting API calls to PingPong must support the TLS1.2 protocol.
- IP WhiteList: 3rd party platform must provider your export IP to us for call APIs.
API Call
Url
Sandbox
Production
Http Method
- GET
the parameters are joint in the URL;
- POST
Content-Type: application/json