Testing
Learn about the different methods to test your integration before going live.
Last updated
Was this helpful?
Learn about the different methods to test your integration before going live.
This page includes test event IDs and other information to make sure your integration works as planned. Use it to trigger different flows in your integration and ensure they are handled accordingly.
When using the Table Tennis API in your application, ensure that:
All required header paramters are set correctly
You have a valid OAuth Bearer 2.0 token for authentication
Use the correct URL to get connected to the API
Genuine match ID information cannot be used in test mode. Instead, use any of the following test match ID numbers to make a successful request.
999991
Test Match ID
Use the following command to get more details about a match associated with the id of 999991.
WebSocket: wss://dde-streams.srarena.io/tabletennis/999991/matchdetails
Then right after getting connected, a valid authentication token should be sent immediately.
{
"authToken": "<token>"
}Method: GET
Headers: [Accept] application/vnd.imgarena.dde.api+json;version=1
Last updated
Was this helpful?
Was this helpful?