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.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-pins curl -X GET "https://cloud.hostup.se/api/domain-pins" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"pinned_domains": "string"
}
}