List your favorite domains

See which of your domains are marked as favorites. This is useful for a quick overview of your most important domains, such as those linked to your main website or business-critical services. This endpoint returns a unique `requestId` for subsequent API calls.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/domain-pins
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/domain-pins" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "pinned_domains": "string"
  }
}