Canary Speech

GetClient

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

Description

Gets the data for 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
clientIdstring
The ID of the client to query. If omitted, fetches the client associated with the caller's API key.

Successful Response

A successful response

Field NameTypeDescription
namestring
The name of the client.
contactobject
The contact info object for the client.

Code Example

Models

contact

The contact info object for the client.

NameTypeDescription
emailstring
The contact email for the client.
phoneNumberstring
The contact phone number for the client.