GET
/
external
/
zapier
/
forms
curl --request GET \
  --url https://api.opnform.com/external/zapier/forms \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

workspace_id
string
required

The ID of the workspace for which to list forms

Response

200 - application/json
Successful response
id
string
name
string