GRC results

The /results endpoint is responsible for retrieving search results based on the search ID and search type provided by the user. The endpoint allows the user to specify the type of search (either global_search or news_search) and retrieve results for that particular search type.

Endpoint:
POST https://apis.verify24x7.in/v1/global-check/results

Headers:
Content-Type: application/json
Authorization: Bearer <your_access_token>

Request:
Method: POST
Content-Type: application/json

Request Body Parameters:

ParameterTypeDescription
search_idstringRequired* The unique identifier for the search request.
exactboolean(Optional) Specifies whether the search should be exact. Defaults to true.
scoreint(Optional) Filters the results based on the overall score. Defaults to 50.
name_score_filterint(Optional) Filters results based on the name score. Defaults to 80.0.
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!