Create a project

Authentication

AuthorizationBearer

Pass an attributable fp2 API key as Authorization: Bearer <key>. Never embed keys in repositories or documentation.

Request

This endpoint expects an object.
keyanyRequired
namestringRequiredformat: ".*\S.*"<=120 characters
descriptionstring or nullOptional
client_idstring or nullOptional

Response

Success
idstring
organization_idstring
keyany
namestringformat: ".*\S.*"<=120 characters
descriptionstring or null
created_byobject
created_atstring

Errors

400
Bad Request Error
401
Unauthorized Error
409
Conflict Error