This guide shows you how to register your own app with VideoAsk to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their VideoAsk account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a VideoAsk account
If you don’t have a VideoAsk account, sign up here.
Register an OAuth app
Click your profile in the bottom-left corner, select API, and scroll down to click Create a developer app. Then click + Register new app, enter your app name and any other required details, and set the redirect URL to
https://api.nango.dev/oauth/callback. Click Create, then copy your Client ID and Client Secret — the secret will not be shown again.Next
Follow the Quickstart.