POST
/
site
/
create
curl --request POST \
  --url https://api.altostrat.io/site/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "idempotency_key": "<string>"
}'
{
  "id": "13505dd2-9b3c-4e38-8324-2a3da21a5519",
  "customer_id": "fb5809b8-80d2-4fcf-b45c-e971e21f811e",
  "policy_id": "d7c7d0f2-d105-4a20-8f79-01cae0e641f3",
  "tunnel": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Site creation payload

The body is of type object.

Response

200
application/json

Successful creation

The response is of type object.