Skip to main content
POST
/
api
/
storefront
/
customer
/
me
/
agent-consent
/
{user_code}
/
approve
Post Approve
curl --request POST \
  --url https://api.example.com/api/storefront/customer/me/agent-consent/{user_code}/approve \
  --header 'X-Site-ID: <x-site-id>'
{
  "code_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<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
X-Site-ID
string
required
X-Stella-Token
string | null

Path Parameters

user_code
string
required

Response

Successful Response

Customer-side approve/deny acknowledgement.

code_id
string<uuid>
required
status
string
required