Archust Docs
SEO

List sites

GET
/v1/seo/sites

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/seo/sites"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "siteUrl": "http://example.com",    "status": "string"  }]