POST
/
v1
/
integration
/
oauth
/
{name}
/
generate-url
Get OAuth URL for the service provider
curl --request POST \
  --url https://api.projectdiscovery.io/v1/integration/oauth/{name}/generate-url \
  --header 'X-API-Key: <api-key>'
{
  "url": "<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.