VideoAsk

Number of APIs: 53

Welcome to the VideoAsk API documentation!

Our APIs allow to create videoasks dynamically and retrieve data.

The best and most painless way to retrieve responses (in real-time), is to set up response webhooks in the "Connect 🔌" tab of any of your videoasks inside the app.

Check out the documentation
/ See where to find webhooks

  1. Authentication - Refresh your application's tokens POST {{auth_url}}/oauth/token

  2. Forms - Move form to another organization POST {{base_url}}/forms/{{form_id}}/move

  3. Organizations - Retrieve your own organizations GET {{base_url}}/organizations

  4. Forms - Duplicate a form POST {{base_url}}/forms/{{form_id}}/duplicate

  5. Organizations - Default settings for all new videoasks PATCH {{base_url}}/organizations/{{organization_id}}/settings

  6. Organizations - Set working hours PUT {{base_url}}/organizations/{{organization_id}}/working-schedule

  7. Forms - Retrieve all forms GET {{base_url}}/forms?limit=20&offset=0

  8. Forms - Get form metrics GET {{base_url}}/forms/{{form_id}}/metrics?interval=weekly&since=2020-06-01&until=2020-08-31

  9. Forms - Create a form POST {{base_url}}/forms

  10. Forms - Restore a deleted form POST {{base_url}}/forms/{{form_id}}/restore