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.
type string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/teams curl -X GET "https://cloud.hostup.se/api/teams?type=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"contacts": [
"string"
]
}
}