Skip to content

/organisations

POST
/organisations
curl --request POST \
--url https://kravos-orchestrator.onrender.com/organisations \
--header 'Content-Type: application/json' \
--data '{ "name": "example" }'
Media typeapplication/json
object
name
required
string
/\S/
Examplegenerated
{
"name": "example"
}

Default Response