Skip to main content
POST
/
api
/
dashboard
/
invites
/
accept
Accept Invite
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.

Headers

authorization
string | null

Body

application/json
token
string
required
Required string length: 1 - 255

Response

Successful Response

merchant_id
string<uuid>
required
role
string
required