API referenceV1
A form's non-webhook integrations
Currently just the spreadsheet feed, if one exists. An empty array means no feed has been created.
AuthorizationBearer <token>
A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/forms/string/integrations"[ { "id": "string", "provider": "string", "status": "string", "createdAt": 0, "feedUrl": "string", "includePartials": true }]