Skip to main content
POST
/
o
/
{organisation_id}
/
store
Create a new store
curl --request POST \
  --url https://platform.versori.com/api/v2/o/{organisation_id}/store \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string<ulid>
required

Body

application/json
name
string

Response

200 - application/json

Store created successfully

id
string<ulid>