Signup
Start Verification
post
/v1/signup/verificationBegin (or resume) the identity check that activates this account.
Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Example request
cURL
curl --request POST \
--url 'https://api.fideralabs.com/v1/signup/verification' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
200Successful Responseexpires_atstringrequired
No additional field description.
flow_idstringrequired
No additional field description.
urlstringrequired
No additional field description.
application/json
{
"expires_at": "string",
"flow_id": "string",
"url": "string"
}Operation ID
start_verification_v1_signup_verification_post