Skip to main content
POST
Create project

Authorizations

Authorization
string
header
required

Access token obtained via the device login flow, or an OAuth 2.1 access token — see the OAuth guide.

Body

application/json
name
string
required
location
string
Example:

"United States"

spectrum
boolean
default:false
template
boolean
default:false
observability
boolean
default:false
platforms
enum<string>[]
Available options:
imessage,
whatsapp_business,
voice

Response

Created project.

id
string<uuid>
required
name
string
required
location
string
required
Example:

"United States"

status
string
required
Example:

"running"

spectrum
boolean
required
template
boolean
required
observability
boolean
required
userId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
spectrumProjectId
string | null

Spectrum project id. Use as the projectId half of HTTP Basic auth against the Spectrum API.

projectSecret
string | null

Spectrum project secret. Use as the projectSecret half of HTTP Basic auth against the Spectrum API. Returned only to project owners and members.