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
-
Authentication - Refresh your application's tokens POST {{auth_url}}/oauth/token
-
Forms - Move form to another organization POST {{base_url}}/forms/{{form_id}}/move
-
Organizations - Retrieve your own organizations GET {{base_url}}/organizations
-
Forms - Duplicate a form POST {{base_url}}/forms/{{form_id}}/duplicate
-
Organizations - Default settings for all new videoasks PATCH {{base_url}}/organizations/{{organization_id}}/settings
-
Organizations - Set working hours PUT {{base_url}}/organizations/{{organization_id}}/working-schedule
-
Forms - Retrieve all forms GET {{base_url}}/forms?limit=20&offset=0
-
Forms - Get form metrics GET {{base_url}}/forms/{{form_id}}/metrics?interval=weekly&since=2020-06-01&until=2020-08-31
-
Forms - Create a form POST {{base_url}}/forms
-
Forms - Restore a deleted form POST {{base_url}}/forms/{{form_id}}/restore