cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/integration/oauth/{name}/status \ --header 'X-API-Key: <api-key>'
{ "status": "not_connected", "metadata": { "installation_url": "<string>" }, "config_id": "<string>" }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
The response is of type object.
object
Was this page helpful?