Installer.com Docs
API ReferenceV1
POST
/api/v1/order
AuthorizationBearer <token>

Installer.com auth token

In: header

Request Body

application/json

Create order payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "http://localhost:8000/api/v1/order" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "phoneNumber": "string",    "contactPersonName": "string",    "address": "string",    "city": "string",    "postalCode": "string",    "countryCode": "st"  }'
{
  "value": "a860a344-d7b2-406e-828e-8d442f23f344",
  "displayId": "string"
}