POST
/
organisations
/
create
curl --request POST \
  --url https://api.panora.dev/organisations/create \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "stripe_customer_id": "<string>"
}'

Body

application/json
name
string
required
stripe_customer_id
string
required