Get Client ID and Client Secret with an API App
Developers need a Client ID and a Client Secret to generate access and refresh tokens for their application.
Steps to Generate Client ID and Client Secret
- Log in to your SearchUnify account.
- In the left navigation bar, scroll down and click on API.
-
Click on the Create New API Client button.
-
Enter the required details:
- Name. Give your API client a label for identification.
- Redirect URL. Enter the following URL:
https://oauthsfdc.searchunify.com
. -
Select Scope. Choose the appropriate scope to authorize the app to access specific data. The available options are:
-
All: Select this option to access all SearchUnify services through the API.
-
Analytics: Select this option to access SearchUnify analytics data through the API.
-
Content: Select this option to manage content sources through the API.
-
None: Select this option to prevent API access for the user.
-
Search: Select this option to use search services through the API.
-
SearchUnifyGPT: Select this option to interact with SearchUnifyGPT through the API.
-
- Click Save.
Once you've completed the form, the Client ID and Client Secret will be generated.
You can view the Client Secret by clicking the eye icon.
You can delete the API app by clicking the delete icon.