List All Forms
GET
/v1/formsReturns an array of forms created by your team.
x-api-key<token>
In: header
x-team-id<token>
In: header
Response Body
curl -X GET "https://forms.vexrun.com/v1/forms"[
{
"id": "string",
"name": "string",
"is_enabled": true,
"limit": null,
"honeypot_field": null,
"redirect_url": null,
"success_title": "string",
"success_message": "string",
"created_at": 0,
"last_submission_at": null
}
]{
"message": "string"
}