Skip to main content
GET
/
ticket-forms
cURL
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>"
}

Authorizations

Authorization
string
header
required

Authorization: Bearer

Response

data
object[]

The data payload of the response.

pagination
object
request_id
string

The request ID for tracking.