Manage Groups
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-groups 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-groups-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-group 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-group 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-group 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-group 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/manage-groups 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/import-groups HTTP/1.1
Host: your-project-ref.supabase.co
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{}Last updated