2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Swagger Interactive UI: http://<env>.mydbsync.com/<version>/api-docs/v1v2/partner#!/default/all.

REST API Endpoint: http://<env>.mydbsync.com/<version>/appcode/v1v2/partner.

Please reach out to your Account Manager to get access to API for developing and production use.

Tip
titleExample

If connecting to our Staging (Pre-Release) for development, use:

  • Environment: staging
  • Version: appcenter-2-2

Corresponding URLs will be

All requests and responses require "POST" method calls with valid API environment and version. All request and responses are in JSON.

...

Note
titleExplore API

Use the Swagger API Explorer to try out the API's

https://<env>.mydbsync.com/<appcenter-version>/api-docs/v1v2/partner.

Available methods for Partner API v1 v2 are:

  • registerUser: registers a user with DBSync license manager. The registered user will count against the license quota applied to the partner application Key.
    Parameters:
    partnerAppKey (Required): API application key.
    partnerAppToken (Required): API application Token.
    endUserCompany (Required): User’s Company Name.
    endUserName (Required): uniquely identifiable username. We recommend using partner application Username to uniquely identify the user across our applications.

...