Skip to main content
GET
/
alpha
/
public
/
merchants
/
{handle}
Get merchant public profile
curl --request GET \
  --url https://api.auctionnow.io/api/alpha/public/merchants/{handle}
{
  "data": {
    "handle": "<string>",
    "shopName": "<string>",
    "theme": {
      "primaryColor": "<string>",
      "accentColor": "<string>",
      "font": "inter",
      "fontSize": 123,
      "showPoweredBy": true
    },
    "logo": "<string>"
  },
  "timestamp": 123,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.auctionnow.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

handle
string
required

The merchant's handle

Response

Merchant public profile

data
object
required

The merchant's public profile

timestamp
number
required
message
string