Authorizations
Response
Successful response
curl --request GET \
--url https://api.breakcold.com/rest/workspaces \
--header 'X-API-KEY: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"avatar_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"tracking_domain": "<string>",
"language": "<string>",
"team_size": "<string>",
"source": "<string>",
"default_currency": "<string>",
"default_phone_country": "<string>",
"organizationId": "<string>",
"organization": {
"id": "<string>",
"name": "<string>"
}
}
]curl --request GET \
--url https://api.breakcold.com/rest/workspaces \
--header 'X-API-KEY: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"avatar_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"tracking_domain": "<string>",
"language": "<string>",
"team_size": "<string>",
"source": "<string>",
"default_currency": "<string>",
"default_phone_country": "<string>",
"organizationId": "<string>",
"organization": {
"id": "<string>",
"name": "<string>"
}
}
]Successful response
Show child attributes
Was this page helpful?