GET
/
v1
/
sub_client
/
{client_id}
curl --request GET \
  --url https://staging.terminal3.io/v1/sub_client/{client_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-token: <x-api-token>'
{
  "data": {
    "client_id": 123,
    "name": "<string>",
    "domain": "<string>",
    "timezone": "<string>",
    "address_1": "<string>",
    "address_2": "<string>",
    "country": "<string>",
    "province": "<string>",
    "city": "<string>",
    "subdomain": "<string>",
    "from_email_address": "<string>",
    "esp_token": "<string>",
    "recaptcha_key": "<string>",
    "recaptcha_threshold": 123,
    "recaptcha_enabled": true,
    "created_at": "<string>",
    "privacy_link": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-token
string
required
x-api-subclient-id
string

Path Parameters

subclient_id
number
required
Required range: x > 0

Response

200
application/json
Success
data
object
required