curl --request POST \
--url https://api.example.com/api/dashboard/invites/accept \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"merchant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"role": "<string>"
}Invite acceptance runs its own Bearer-only auth path so we link the
created merchant_users row to the actual Supabase auth.users.id,
not to a synthetic legacy record.
curl --request POST \
--url https://api.example.com/api/dashboard/invites/accept \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"merchant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"role": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt
Use this file to discover all available pages before exploring further.