post https://hypeauditor.com/api/method/auditor.search
Requests to this endpoint return Discovery Search.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Requests to this endpoint return Discovery Search.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
17$postFields = [
'social_network' => 'social_network'
];
$opts = [
CURLOPT_URL => 'https://hypeauditor.com/api/method/auditor.search',
CURLOPT_TIMEOUT => 10,
CURLOPT_POSTFIELDS => $postFields,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => [
'X-Auth-Id: CLIENT_ID_HERE',
'X-Auth-Token: API_TOKEN_HERE',
],
];
$ch = curl_init();
curl_setopt_array($ch, $opts);
$response = curl_exec($ch);
var_dump($response);
Try It!
to start a request and see the response here! Or choose an example: