Zapier api endpoints
Form Responses​
GET /oauth/authorizePOST /oauth/tokenGET /api/v1/usersGET /api/v1/formsGET /api/v1/forms/{{form_id}}/labelsGET /api/v1/forms/{{form_id}}/responsesPOST /api/v1/forms/{{form_id}}/webhooksDELETE /api/v1/forms/{{app_id}}/webhooks/{{webhook_id}}
Powr Contacts​
GET /oauth/authorizePOST /oauth/tokenGET /api/v1/sites- response example
{
"id": 2,
"site_name": "your-powr-store",
"url": "your-powr-store.myshopify.com",
"platform": "shopify"
}
GET /api/v1/site/{{site_id}}/contacts- response example
{
"email": "[email protected]",
"firstName": "First Name",
"lastName": "Last Name",
"phoneNumber": "+16505130514",
"powrApps": "Product reviews",
"createdAtPowr": "2022-06-06 18:54",
"updatedAtPowr": "2022-06-06 18:54"
}
POST /api/v1/sites/{{site_id}}/webhookDELETE /api/v1/sites/{{site_id}}/webhook/{{webhook_id}}