Revision as of 14:04, October 21, 2019 by Corinneh (talk | contribs) (PureEngage REST APIs and Tutorials for Callback)
Jump to: navigation, search

PureEngage REST APIs and Tutorials for Callback

Depending on your Role, you might work with the APIs that are available for Genesys Engagement Services/Callback. The documentation for REST APIs is available through the PureEngage Cloud Developer Center.

You can test queries in the Developer Center. However, if you receive error messages while testing your application, use the Developer tab to get more information.

This portal also includes Callback Tutorials; select Engagement in the tutorial list.

Accessing Callback APIs

To access Callback APIs from the Web or Mobile applications, the following items are mandatory:

  1. Request an API key from your Genesys Customer Care Representative. You need to send this as the value for x-api-key in the header of every request.
  2. In your request to Customer Care, specify the list of domains from which you expect your API requests will originate. Genesys uses this list to configure cross-origin resource sharing (CORS) domains for you (this is not currently available as self-service configuration).
  3. The base URL for your API endpoints is:
    https://gapi-<region>.genesyscloud.com/engagement/v3
    You will receive the <region> information from Genesys at the same time that you receive your API key.
    Consult the PureEngage Cloud Developer Center for complete endpoint paths.
Comments or questions about this documentation? Contact us for support!