GET
/
v1
/
integration
/
oauth
/
{name}
/
status
Get OAuth status
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>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

name
string
required

Response

200
application/json

OK

The response is of type object.