Analytics API

View SearchUnify data on a platform of your choice.

Prerequisites

Before making your first API call, ensure that you have completed the following prerequisites.

1. Set a user scope

SearchUnify users can have one of five user scopes, each affecting the API calls they can make. Follow the instructions in Change User Scope (API and SDK) to modify a user’s scope.

2. Create an app

Client ID and Client Secret are created at the time of app creation. These credentials authenticate your identity. Learn how to create an app and obtain these credentials in Get Client ID and Client Secret with an API App.

3. Obtain access and refresh tokens using the app

To use this API, you need access and refresh tokens. Follow the steps in Get Access and Refresh Token Using curl to generate them.

Using Access and Refresh Tokens

The token generation process provides two types of tokens:

  • Refresh Token – Valid for 14 days. Store it securely, as it is only used to generate new access tokens.

  • Access Token – Expires every four hours. This token is required for user authentication and must be included in the header of all API calls.

Format for Including the Access Token in API Calls:

Copy

bash

-H "authorization: Bearer {{access_token}}"

Base URL

The Base URL for all API calls is:

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

Where 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

Logs