v1
latestOpenAPI 3.0.32026-07-14490228.1 KBGet Webform By ID
This endpoint retrieves a webform owned by the client.
get/webforms/{id}
Path parameters
idinteger required
The ID used to identify the webform.
Response
200
Example response
{
"data": {
"id": 1,
"name": "Test Webform 1",
"guid": "8ca22d60-a1cb-11eb-9912-397dd439eff8",
"status": "active",
"button_text": "Submit",
"captcha_type": "none",
"sequence_id": 1,
"success_type": "send_message",
"success_message": "Thanks! You'll receive a call shortly from us running through the demo!",
"urls": [
{
"id": 1,
"url": "https://seebot.run",
"webform_id": 1
}
],
"fields": [
{
"id": 1,
"row": 1,
"col": 1,
"type": "input",
"attribute_id": 1,
"webform_id": 1
}
]
}
}