Retrieve information on whether your account belongs to a company and which representatives are linked to it. Use this endpoint to verify company details or get contact information for a company representative. The response includes a `requestId` for follow-up calls.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/company-representatives curl -X GET "https://cloud.hostup.se/api/company-representatives" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"isCompany": true,
"representatives": [
"string"
]
}
}