cURL
curl --request POST \ --url https://api.leen.dev/v1/provisioning/organizations \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "<string>", "identifier": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "identifier": "<string>" }
Create an organization for a given Environment.
Documentation IndexFetch the complete documentation index at: https://docs.leen.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.leen.dev/llms.txt
Use this file to discover all available pages before exploring further.
A friendly name for your end customer
A unique identifier you use for your customer
Successful Response