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.
- Callback— Create, retrieve, cancel a Callback.
- Estimated Wait Time—Retrieve Estimated Wait Time.
- Availability— Retrieve time slots for a Callback, matching Office Hours.
- Click To Call In— Request the phone number to call in.
- Queue Status – Retrieve information about a queue's readiness to accept callbacks.
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:
- 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.
- 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).
- 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!