Accounts
Create Subprojects
This endpoint creates a subproject on the Project you are connecting as.
Permissions
The API token must include the following scopes: Management.
post/Accounts
Request body
Example request
{
"FriendlyName": "My Project"
}Response
The request has succeeded.
Example response
{
"auth_token": "Redacted",
"date_created": "Sat, 15 Sept 2018 10:00:00 +0000",
"date_updated": "Sat, 16 Sept 2018 10:00:00 +0000",
"friendly_name": "My Project",
"type": "Full"
}