cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/integration/oauth/{name}/exchange-token \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "code": "<string>", "state": "<string>", "installation_id": "<string>" }'
{ "message": "<string>" }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
The response is of type object.
object
Was this page helpful?