To use Sitefinity Insight API, perform the following:
https://api.insight.sitefinity.com
To use the secured Insight endpoints, you need to obtain an authorization token. The recommended way of obtaining an authorization token is by using an access key. The token is obtained by calling the endpoint described in this section. The authorization token with access key is valid for 60 minutes. For more information, see Connect your sites to Sitefinity Insight » Access keys.
To retrieve an authorization token, issue a POST request to https://api.insight.sitefinity.com/admin/v1/access-keys/issue-access-token, providing your access key in the request's body. If the authorization is successful, you will get the access token in the response.
You can learn the full details how to use this request using the dedicated API browser:
Go to API server docs
To work with the most of Insight endpoints, you must provide the API key of the data center. The reason is that most of the data related to Insight is bound to a specific data center. The following sections explain the two ways of obtaining the data center API key.
Use the GET admin/v1/users/mydatacenters API resource to obtain the API keys of the data centers you need access to.
GET admin/v1/users/mydatacenters
You can browse the full Sitefinity Insight API using the dedicated API browser.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important