GRC results

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Body Params
string
required

The unique identifier for the search request.

boolean
Defaults to true
int32
Defaults to 50
int32
Defaults to 80
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain