Installer.com Docs
API ReferenceV1
GET
/api/v1/webforms/{webformId}
AuthorizationBearer <token>

Installer.com auth token

In: header

Path Parameters

webformId*string

Response Body

application/json

curl -X GET "http://localhost:8000/api/v1/webforms/7253b007"
{
  "id": "string",
  "name": "string",
  "description": "string",
  "inputs": [
    {
      "id": "string",
      "question": {
        "id": "string",
        "type": "string",
        "title": "string",
        "description": "string",
        "required": true,
        "customFieldId": "8bf8672b-1aef-433e-b9d8-eed30a2bd543",
        "alternatives": [
          {
            "id": "string",
            "value": "string",
            "option": "string",
            "position": 0
          }
        ]
      }
    }
  ],
  "router": {
    "areaOfOperation": "string"
  }
}