cURL
curl --request POST \ --url https://neo.api.projectdiscovery.io/api/v1/integration/connect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "toolkit": "<string>", "auth_mode": "<string>", "callback_url": "<string>", "credentials": {} } '
{ "success": true, "data": { "connected": true, "redirect_url": "<string>" }, "error": "<string>" }
Start the OAuth or API-key connect flow for a toolkit.
Documentation IndexFetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication token
Show child attributes
Connect result