Request structure

Request URL structure

Hub88 APIs use a straightforward URL naming convention, consisting of two parts, a base URL and endpoint path.

The API base URL is assigned to each Operator or Supplier during onboarding based on their region. The endpoint path is different based on the endpoint that the call is made to or from, and can be seen in the API reference of each endpoint.

Request structure example:

Structure: https://{your-assigned-base-url}/{endpoint-path}

Example full request URL: http://api2.hub88.io/operator/generic/v2/game/url

Staging environment is available at https://api.server1.ih.testenv.io/

Base URLs for API requests

  • Europe regions:

    • api.hub88.io

    • api2.hub88.io

  • Asia regions

    • api.as1.hub88.io

    • api2.as1.hub88.io

Last updated

Was this helpful?