v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBPublic URLs
Create Forms URL
Create a public access URL for a set of form templates.
The generated link will return a list of forms matching the form templates that were submitted for the specified site.
post/v1/public-access/form/
Request body
Example request
{
"name": "Downtown Site Forms",
"siteId": 1,
"formIds": [
123,
45,
10555
]
}Response
Successful Response
Example response
{
"data": {
"id": 1,
"url": "https://portal.salussafety.io/public/action/86E69EFA-2A59-4A38-BBC6-AA6AA62BFB08",
"name": "Downtown Info Packet",
"entity": "bundle",
"shortCode": "de8b0x"
}
}