Manage Cards
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-cards 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-cards-all 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-card 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/create-card 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/update-card 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/delete-card 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-account-cards 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-card-transactions HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Last updated