Get team and contact information

Retrieve a list of teams and their associated contacts. The response includes a unique ID that can be used in follow-up calls, for example, to initiate payment flows or review domain locks.

Query Parameters

type string required

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/teams
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/teams?type=string" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "contacts": [
      "string"
    ]
  }
}