GET
/
v1
/
sub_client
curl --request GET \
  --url https://staging.terminal3.io/v1/sub_client \
  --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>"
    }
  ],
  "per_page": 123,
  "current_page": 123,
  "total_pages": 123
}

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

Query Parameters

page
number
Required range: x > 0
per_page
number
Required range: 0 < x < 100

Response

200
application/json
Success
data
object[]
required
per_page
number
required
current_page
number
required
total_pages
number
required