CX Portal API
- 15 Oct 2024
- 1 Minute to read
- Print
CX Portal API
- Updated on 15 Oct 2024
- 1 Minute to read
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
The CX Portal is built using the Dise API so all actions in the CX Portal can be done via the API. An integration token must be used to access the Dise API from outside the portal.
Use GraphQL in scripts or via the inbuilt GraphQL tool in the CX Portal:
- Add '/docs' to the end of the CX Portal URL.
- E.g. https://app.dise.com/docs
- Expand 'Docs' in the top right to view API documentation.
- Add the GraphQL query to the main section.
- Add any query variables to the bottom section.
- Click the run button:
Was this article helpful?