Skip to main content

Zapier api endpoints

Form Responses​

  • GET /oauth/authorize
  • POST /oauth/token
  • GET /api/v1/users
  • GET /api/v1/forms
  • GET /api/v1/forms/{{form_id}}/labels
  • GET /api/v1/forms/{{form_id}}/responses
  • POST /api/v1/forms/{{form_id}}/webhooks
  • DELETE /api/v1/forms/{{app_id}}/webhooks/{{webhook_id}}

Powr Contacts​

  • GET /oauth/authorize
  • POST /oauth/token
  • GET /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}}/webhook
  • DELETE /api/v1/sites/{{site_id}}/webhook/{{webhook_id}}