Ticket Forms
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Responses
200Success
application/json
request_idstringOptional
The request ID for tracking.
400
The request was invalid or could not be completed.
application/json
404Error
application/json
500
An unexpected internal error occurred.
application/json
get/ticket-forms
GET /ticket-forms HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"description_html": "text",
"fields": [
{
"description_html": "text",
"name": "text",
"slug": "text",
"type": "text"
}
],
"id": "text",
"is_public": true,
"name": "text",
"slug": "text",
"url": "text"
}
],
"pagination": {
"cursor": "text",
"has_next_page": true
},
"request_id": "text"
}Last updated
Was this helpful?

