Check the status of verification processes and cloud access settings for your account. It returns a `requestId` for following up on specific operations in subsequent calls.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/verify/status curl -X GET "https://cloud.hostup.se/api/verify/status" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"verified": true,
"verification": "string",
"cloudAccess": {
"enabled": true,
"limits": "string",
"usage": "string"
},
"pendingRequests": [
"string"
]
}
}