Cloud API
We provide a GraphQL-based Cloud API exclusively for interactions with the Engagement Platform and Engagement-related modules and features.
As the Engagement Platform processes data across your user base, the Cloud API enables access to user Engagement through a secure GraphQL server accessible through the following endpoints:
Default Endpoint
https://api.sentiance.com/v4/gqlUSA Endpoint
https://api.p15.sentiance.com/v4/gql
Authentication to the GraphQL endpoint is available for both API Keys and SDK Tokens.
SDK Tokens can be obtained via the SDK.
API Keys can be obtained from the Insights Control Tower.
Resources
Visit our the Pages below for GraphQL model documentation and example uses
Engagement Queries https://graphqldocs.sentiance.com/#query-engagement
User Engagement Features https://graphqldocs.sentiance.com/#definition-UserEngagement
GraphQL is a query language for APIs that allows clients to request exactly the data they need in a flexible and efficient way. To learn more about GraphQL and how to work with GraphQL APIs, visit: https://graphql.org/
Last updated