Skip to main content
GET
/
form
/
data
Get form data
curl --request GET \
  --url https://api.tryunleashx.com/v1/form/data \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

form_id
string
limit
integer

Response

200

OK