Canary Speech

CreateProject

PUT - /v3/reseller/project/create
Required Permissions:
  • scope:reseller
  • scope:reseller.createproject

Description

Creates a project 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...
Content-Type
The content type for this request.
application/json

Body Parameters

NameTypeDescription
clientIduuid
The ID of the client. Required if authorization doesn't include a specified clientId.
* namestring
The name of the project.
* codestring
The shortened code of the project.

Successful Response

A successful response

Field NameTypeDescription
idstring
The ID of the created project.

Code Example