Request organization creation.
- 20 Jun 2024
- 1 Minute to read
- Print
- Dark
Request organization creation.
- Updated on 20 Jun 2024
- 1 Minute to read
- Print
- Dark
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Post
/orgs/new
Request the creation of a new organization.
Security
HTTP
Type bearer
Query parameters
name
stringRequired
organization name
loc
stringRequired
location where org is created
template
string
an infrastructure as code template to use to populate the org
Responses
200
successful operation
401
Access token is missing or invalid
Response
Click Try It! to start a request and see the response here!
Code Samples
x
curl --request POST \
--url https://api.limacharlie.io/v1/orgs/new \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'accept: '
Was this article helpful?
Response
Click Try It! to start a request and see the response here!
Code Samples
xxxxxxxxxx
curl --request POST \
--url https://api.limacharlie.io/v1/orgs/new \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'accept: '