# Create a Project Create a new project, select a workspace (account) to put the project into by providing the workspace id. Endpoint: POST /v2/magazine/title Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `name` (string, required) Example: "My new Project!" - `account` (object, required) The resource ID of the target workspace - `account.id` (integer, required) ## Response 201 fields (application/json): - `name` (string) - `identifier` (string) - `hostname` (string,null) - `ua_code` (string,null) Example: "UA-xxxxxx-yy" - `marketo_code` (object) - `marketo_code.munchkin_id` (string) - `marketo_code.is_enabled` (boolean) - `hubspot_code` (object) - `hubspot_code.hub_id` (string) - `hubspot_code.hublet` (string,null) - `pardot_code` (object) - `pardot_code.piCid` (string) - `pardot_code.piAid` (string) - `ga4_config` (object) - `ga4_config.has_enabled` (boolean) - `ga4_config.has_events_enabled` (boolean) - `ga4_config.has_views_enabled` (boolean) - `ga4_config.measurement_id` (string,null) - `eloqua_code` (object) - `eloqua_code.site_id` (string) - `eloqua_code.custom_tracker_subdomain` (string) - `security_profile` (string,null) - `website` (string,null) - `license` (integer) - `has_secure_socket_layer` (boolean) - `affected_on` (string) - `options` (array) - `certificate` (string,null) - `certificate_chain` (string,null) - `certificate_key` (string,null) - `automated_certificate` (boolean) - `id` (integer) - `created_on` (string) - `modified_on` (string) - `logo` (string,null) - `icon` (string,null) - `splash` (string,null) - `rules` (object) - `_embedded` (object) - `_embedded.account` (object) - `_embedded.account._links` (object) - `_embedded.account._links.self` (object) - `_embedded.account._links.self.href` (string) Example: "https://api.foleon.com/..." - `_embedded.editions` (object) - `_computed` (object) - `_computed.background_color` (string) Example: "rgba(0,0,0,0)" - `_computed.editions_count` (integer) - `_computed.editions_published_count` (integer) ## Response 400 fields ## Response 401 fields