Canary Speech

ClientListProjects

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

Description

Lists all projects under the specified client or project group.

If neither ID is specified, defaults to using the client ID associated with the caller's API key.

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.
projectGroupIdstring
The ID of the project group to query.

Successful Response

A successful response

Field NameTypeDescription
projects
array<object>
A list of projects associated with the client.

Code Example

Models

projects.[]

NameTypeDescription
namestring
The name of the project.
codestring
The shortened code of the project.
dateStartedstring
The ISO-8601 timestamp of when the project was started.
dateEndedstring
The ISO-8601 timestamp of when the project was ended.
surveysarray<string>
The list of codes for surveys associated with the project.