friendly-captcha-sdk > FriendlyCaptchaSDKOptions > apiEndpoint
FriendlyCaptchaSDKOptions.apiEndpoint property
The API endpoint to use, defaults to https://global.frcapi.com/api/v2/captcha
.
Supports the following shortcuts: - eu
- https://eu.frcapi.com/api/v2/captcha
- global
- https://global.frcapi.com/api/v2/captcha
Signature:
apiEndpoint?: string | "eu" | "global";