Skip to content

Identity Verification Secret (with material)

typestring

value is "identity_verification_secret"

Example:"identity_verification_secret"
idstring

The id of the secret

Example:"102"
namestring

Human-readable name for the secret, used to identify it in rotation flows

Example:"Production Web"
supports_androidboolean

Whether the secret is enabled for the Android SDK

Example:false
supports_iosboolean

Whether the secret is enabled for the iOS SDK

Example:false
supports_webboolean

Whether the secret is enabled for the Messenger on web

Example:true
created_atinteger

The time the secret was created, as a Unix timestamp

Example:1734537243
secretstring

The 256-bit HMAC signing key, base64url-encoded. Returned ONCE at creation time and never surfaced again.

Example:"9Zw0xNs3vKk0fPz9rwKqNbzH3mPVQmQxL9vhSm9Tk4A"
{ "type": "identity_verification_secret", "id": "102", "name": "Production Web", "supports_android": false, "supports_ios": false, "supports_web": true, "created_at": 1734537243, "secret": "9Zw0xNs3vKk0fPz9rwKqNbzH3mPVQmQxL9vhSm9Tk4A" }