Create Site

Creates a new site with the provided details. Returns the site.

Headers

Impilo-API-KeystringRequired

Request

This endpoint expects an object.
activebooleanOptional
True if the site is active, false otherwise.
addressobjectOptional
The shipping address for the site.
namestringOptional
The name of the site.
phoneNumberstringOptional
Phone number for the site.

Response

Created
activeboolean or null
True if the site is active, false otherwise.
addressobject or null
The shipping address for the site.
idlong or null
Unique identifier for the site, managed by Impilo.
namestring or null
The name of the site.
phoneNumberstring or null
Phone number for the site.