Installer.com Docs
API ReferenceV1
POST
/api/v1/webform-order/{webformId}
AuthorizationBearer <token>

Installer.com auth token

In: header

Path Parameters

webformId*string

Query Parameters

partnershipId?string

Request Body

application/json

Create webform order

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "http://localhost:8000/api/v1/webform-order/7253b007" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "phoneNumber": "string",    "contactPersonName": "string",    "address": "string",    "city": "string",    "postalCode": "string",    "countryCode": "st"  }'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "token": "string"
}