KYC
Privy access token
See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)
Success
Bad request
Unauthorized
Server error
POST /functions/v1/get-kyc-status HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Privy access token
See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)
Success
Bad request
Unauthorized
Server error
POST /functions/v1/get-kyc-info HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Privy access token
See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)
Success
Bad request
Unauthorized
Server error
POST /functions/v1/save-kyc-info HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Privy access token
See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)
Success
Bad request
Unauthorized
Server error
POST /functions/v1/submit-kyc HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Privy access token
See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)
Success
Bad request
Unauthorized
Server error
POST /functions/v1/submit-kyc-verification HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Privy access token
See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)
Success
Bad request
Unauthorized
Server error
POST /functions/v1/get-sumsub-token HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Last updated