Skip to content

Create Identity Verification Secret Request

Request payload for creating a new identity verification secret. At least one platform flag must be true.

namestringrequired

Human-readable name for the secret.

Example:"Production Web"
supports_androidboolean

Enable this secret for the Android SDK.

Example:false
supports_iosboolean

Enable this secret for the iOS SDK.

Example:false
supports_webboolean

Enable this secret for the Messenger on web.

Example:true
{ "name": "Production Web", "supports_android": false, "supports_ios": false, "supports_web": true }