callVikonApiTask->get( 'oauth2/checkEntryPoint', [ 'client_id' => $this->clientId, 'entry_point' => $entryPoint, ] ); $body = $response->json(); return isset($body['success']) && $body['success'] === true; } }