<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [RiskIntelligenceOptions](./sdk.riskintelligenceoptions.md)

## RiskIntelligenceOptions interface

Options for configuring a Risk Intelligence request.

**Signature:**

```typescript
export interface RiskIntelligenceOptions 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[apiEndpoint?](./sdk.riskintelligenceoptions.apiendpoint.md)


</td><td>


</td><td>

[APIEndpoint](./sdk.apiendpoint.md)


</td><td>

_(Optional)_ A custom endpoint from which the agent is loaded and to which Risk Intelligence requests are made.


</td></tr>
<tr><td>

[bypassCache?](./sdk.riskintelligenceoptions.bypasscache.md)


</td><td>


</td><td>

boolean


</td><td>

_(Optional)_ Whether to bypass the token cache and force the request of a new token from the API.


</td></tr>
<tr><td>

[sitekey](./sdk.riskintelligenceoptions.sitekey.md)


</td><td>


</td><td>

string


</td><td>

Sitekey of your application, starts with `FC`<!-- -->.


</td></tr>
</tbody></table>

