Developer Docs

Quick integration references for the SMM Agency API.

Merchant request (apply)

Existing users can request merchant status and will be queued for admin approval.

Endpoint

POST /merchant/apply

Body

  • website (string<uri>, required)

cURL example

curl --request POST \
  --url https://ssmagency.xpouch.co/api/v1/merchant/apply \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --data '{
  "website": "http://example.com"
}'

Note: If your API requires auth, include Authorization: Bearer <token>.