Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

memberId
string
required
UUID of the member to resend the link to.
curl -X POST https://api.usenaive.ai/v1/verification/members/member-uuid/resend \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "id": "member-uuid",
  "link": "https://verify.onefootprint.com/?type=user#obtok_new",
  "status": "link_sent"
}
Creates a new Footprint onboarding session for the member (allowing reonboarding) and emails the new link. Use this when a member’s previous link expired or they need to retry verification. Returns invalid_input if the member has already passed verification.