📍Create New Site on Project Start
Create new site in illu when a project is greenlit
Example code:
curl -X 'POST' https://api.illu.works/orgs/{org_id}/sites \
-H 'Authorization: Bearer API_KEY' \
--json '{"name": "New project", "address"="100 John Smith Way"}'
Last updated
Was this helpful?