Canary Speech

PutAccount

PUT - /org/project/:projectId/put-account
Required Permissions:
  • scope:api

Description

Create an account

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...

Path Parameters

NameTypeDescription
projectIdstring
The UUID of the project

Successful Response

A successful response

Field NameTypeDescription
messagestring
DEPRECATED

Code Example