(Update with the copy of version: Public) |
m (Text replacement - "Genesys Engage Cloud" to "Genesys Engage cloud") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = | + | =Genesys Engage 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 {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/|displaytext= | + | |
+ | {{Template:PEC_Migrated}} | ||
+ | |||
+ | |||
+ | 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 {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/|displaytext=Genesys Engage cloud Developer Center}}. | ||
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Callbacks/index.html|displaytext=Callback}}— Create, retrieve, cancel a Callback. | * {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Callbacks/index.html|displaytext=Callback}}— Create, retrieve, cancel a Callback. | ||
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Estimated-Wait-Time/index.html|displaytext=Estimated Wait Time}}—Retrieve Estimated Wait Time. | * {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Estimated-Wait-Time/index.html|displaytext=Estimated Wait Time}}—Retrieve Estimated Wait Time. | ||
Line 17: | Line 21: | ||
#: <tt><nowiki>https://gapi-<region>.genesyscloud.com/engagement/v3</nowiki></tt> | #: <tt><nowiki>https://gapi-<region>.genesyscloud.com/engagement/v3</nowiki></tt> | ||
#: You will receive the <tt><region></tt> information from Genesys at the same time that you receive your API key. | #: You will receive the <tt><region></tt> information from Genesys at the same time that you receive your API key. | ||
− | #: Consult the [https://developer.genesyscloud.com/reference/engagement/ | + | #: Consult the [https://developer.genesyscloud.com/reference/engagement/ Genesys Engage cloud Developer Center] for complete endpoint paths. |
[[Category:V:PSAAS:Julie]] | [[Category:V:PSAAS:Julie]] |
Latest revision as of 13:49, September 18, 2020
Genesys Engage REST APIs and Tutorials for Callback
Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.
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 Genesys Engage 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.
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 Genesys Engage cloud Developer Center for complete endpoint paths.
This page was last edited on September 18, 2020, at 13:49.
Comments or questions about this documentation? Contact us for support!