Canary Speech

GetProject

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

Description

Gets the metadata for a specified project.

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

Successful Response

A successful response

Field 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.
surveys
array<string>
The list of codes for surveys associated with the project.

Code Example