Create an organisation
Create an organisation, such as a supplier company. Organisations group sites together.
Documentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Body
Create an organisation. Each site must belong to an organisation, such as a supplier company with multiple farm locations.
"Ackerman Farms"
The site creating this record. Must be a site within your API key's scope.
- Option 1
- Option 2
{ "id": "ste_01kqzcjrpyf27tge6smsbnhkh5" }
Partner-assigned identifier. Must be unique within your scope.
Postal address of the organisation.
Response
Organisation created.
"org_01kqzcjrpyf27tge87es6ns4w3"
"GreenCarbon Inc."
Postal address of the organisation, if known.
The site that created this organisation record. Null for organisations not created via the API.