POST
/
integration
/
oauth
/
url
curl --request POST \
  --url https://api.wirespeed.co/integration/oauth/url \
  --header 'Content-Type: application/json' \
  --data '{
  "fields": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ]
}'
{
  "url": "<string>"
}

Query Parameters

integration
enum<string>
required
Available options:
microsoft-teams,
google-alert-center,
reversing-labs,
jamf-protect,
jamf-pro,
thinkst-canary,
box,
hyas-protect,
checkpoint-harmony,
wiz,
microsoft,
ipinfo,
cisco-umbrella,
jira-data-center,
windows-event-logs,
crowdstrike-falcon,
cisco-meraki,
fortianalyzer,
microsoft-entra,
have-i-been-pwned,
manage-engine-ad-audit-plus,
google-directory,
okta,
sentinel-one,
slack,
aws,
kandji,
cisco-catalyst,
connectwise-psa,
email

Body

application/json

Response

200
application/json

The response is of type object.