Skip to main content
POST
Create a Replo project in a workspace.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-09-08

Body

application/json
workspaceId
string<uuid>
required
name
string
required
Required string length: 1 - 256

Response

Create a Replo project in a workspace.

object
enum<string>
required
Available options:
project
id
string<uuid>
required
name
string | null
required
workspaceId
string<uuid>
required
timeZone
string | null
required
currency
string | null
required

Currency

Pattern: ^[A-Z]{3}$
supportEmail
string | null
required
checkoutProvider
enum<string> | null
required
Available options:
shopify,
replo,
null