curl -X POST https://xenarch.dev/v1/sites \ -H "Authorization: Bearer xk_pub_abc123..." \ -H "Content-Type: application/json" \ -d '{"domain": "example.com"}'
{ "id": "b2c3d4e5-f6a7-8901-bcde-f23456789012", "site_token": "st_xyz789..." }
Register a new site (domain) under the publisher’s account.
site_token
1 - 253
Successful Response