Skip to main content
POST
/
accounts
/
{account_id}
/
spaces
/
{space_id}
/
projects
cURL
curl "https://api.phrase.com/v2/accounts/:account_id/spaces/:space_id/projects" \
  -u USERNAME_OR_ACCESS_TOKEN \
  -X POST \
  -d '{"id":"a4b3c2d1"}' \
  -H 'Content-Type: application/json'

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

account_id
string
required

Account ID

space_id
string
required

Space ID

Body

application/json
id
string
required

Project ID to add or to the Space

Example:

"a4b3c2d1"

Response

Created