We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79962c9 commit 079cf9aCopy full SHA for 079cf9a
1 file changed
src/Interact/CurlConfig.php
@@ -18,7 +18,7 @@ public static function doCurl($apiKey, $userIdentity)
18
19
$body = json_encode(['API_KEY_PRIVATE' => $apiKey, 'userIdentity' => $userIdentity]);
20
try{
21
- $response = $client->request('POST', '/collector/api/event/oninit', [
+ $response = $client->request('POST', '/event/oninit', [
22
'body' => $body,
23
'headers' => [
24
'Content-Type' => 'application/json'
0 commit comments