Analytics API

View SearchUnify data on a platform of your choice.

Authorization

Developers need an access token and a refresh token to use the Analytics API. The process of generating these tokens has been explained in Get Access and Refresh Token Using curl.

Using Tokens

The token generation call produces two kinds of tokens: Refresh and Access.

Refresh tokens don't expire until they are revoked by SearchUnify. Store them securely. The sole use of refresh tokens is to generate access tokens.

Access tokens expire every four hours. They authenticate users. It is mandatory to include them in the header of your API calls. The format is -H "authorization: Bearer {{access token}}" .

Base URL

https://{{hostname}}/api/v2/

The hostname is the URL of your SearchUnify instance.

Example Base URL

https://mycompany.searchunify.com/api/v2/

Endpoints

Overview

Tiles

Search Summary

Search Reports

Search and Conversion Data

Conversions

Content Gap Analytics

Last updatedTuesday, November 9, 2021

Was this article helpful? Send us your review at help-feedback@searchunify.com