curl --request GET \
--url https://api.usepylon.com/ticket-forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"description_html": "<string>",
"fields": [
{
"description_html": "<string>",
"name": "<string>",
"slug": "<string>",
"type": "<string>"
}
],
"id": "<string>",
"is_public": true,
"name": "<string>",
"slug": "<string>",
"url": "<string>"
}
],
"pagination": {
"cursor": "<string>",
"has_next_page": true
},
"request_id": "<string>"
}Get a list of ticket forms
curl --request GET \
--url https://api.usepylon.com/ticket-forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"description_html": "<string>",
"fields": [
{
"description_html": "<string>",
"name": "<string>",
"slug": "<string>",
"type": "<string>"
}
],
"id": "<string>",
"is_public": true,
"name": "<string>",
"slug": "<string>",
"url": "<string>"
}
],
"pagination": {
"cursor": "<string>",
"has_next_page": true
},
"request_id": "<string>"
}