Skip to main content
GET
/
api
/
dashboard
/
invites
/
validate
Validate Invite
curl --request GET \
  --url https://api.example.com/api/dashboard/invites/validate
{
  "merchant_name": "<string>",
  "role": "<string>",
  "email": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

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.

Query Parameters

token
string
required
Required string length: 1 - 255

Response

Successful Response

Public endpoint — intentionally minimal. No merchant id or token leakage.

merchant_name
string
required
role
string
required
email
string
required
expires_at
string<date-time>
required