GET
/
workspaces
curl --request GET \
  --url https://api.breakcold.com/rest/workspaces \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "credits": 123,
    "stripe_customer_id": "<string>",
    "tracking_domain": "<string>",
    "language": "<string>",
    "email_in_thread": true,
    "twitter_code_challenge": "<string>",
    "twitter_code_verifier": "<string>",
    "twitter_state": "<string>",
    "pipeline_metadata": "<string>",
    "team_size": "<string>",
    "source": "<string>",
    "default_currency": "<string>",
    "leads_schema": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Query Parameters

full
boolean
default:false

Response

200
application/json
Successful response
id
string
required
name
string | null
required
created_at
string | null
required
updated_at
string | null
required
credits
number | null
required
stripe_customer_id
string | null
required
tracking_domain
string | null
required
language
string | null
required
email_in_thread
boolean | null
required
twitter_code_challenge
string | null
required
twitter_code_verifier
string | null
required
twitter_state
string | null
required
pipeline_metadata
required
team_size
string | null
required
source
string | null
required
default_currency
string
required
leads_schema
required