Canary Speech

ClientListAssociates

GET - /v3/reseller/client/list-associates
Required Permissions:
  • scope:reseller

Description

Lists all associate clients under the specified client.

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Query Parameters

NameTypeDescription
parentIdstring
The ID of the parent client to query. If omitted, uses the client associated with the caller's API key.

Successful Response

A successful response

Field NameTypeDescription
associates
array<object>
The list of IDs for the associate clients under this client, if applicable.
iduuid
The ID for the client
namestring
The name of the client
isResellerboolean
Whether the client is a reseller
contactobject
dateCreateddate-time
The ISO-8601 timestamp of when the client was created

Code Example

Models

contact

NameTypeDescription
emailstring
The email of the client
phoneNumberstring
The phone number of the client