curl --request PUT \
--url https://api.wirespeed.com/integration/basic \
--header 'Content-Type: application/json' \
--data '{
"fields": [
{
"name": "<string>",
"value": "<string>"
}
]
}'
{
"id": "<string>",
"platform": "microsoft-teams",
"enabled": true,
"teamId": "<string>",
"teamName": "<string>",
"config": {
"authType": "oauth2",
"name": "<string>",
"oauthRequiresRedirect": true,
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>"
}
],
"requiresConfiguration": true,
"logo": "<string>",
"logoLight": "<string>",
"logoDark": "<string>",
"beta": true,
"description": "<string>",
"slug": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"default": true
},
"permissionsUpdateAvailable": true,
"requiresConfiguration": "<string>",
"identityFields": {}
}
curl --request PUT \
--url https://api.wirespeed.com/integration/basic \
--header 'Content-Type: application/json' \
--data '{
"fields": [
{
"name": "<string>",
"value": "<string>"
}
]
}'
{
"id": "<string>",
"platform": "microsoft-teams",
"enabled": true,
"teamId": "<string>",
"teamName": "<string>",
"config": {
"authType": "oauth2",
"name": "<string>",
"oauthRequiresRedirect": true,
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>"
}
],
"requiresConfiguration": true,
"logo": "<string>",
"logoLight": "<string>",
"logoDark": "<string>",
"beta": true,
"description": "<string>",
"slug": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"default": true
},
"permissionsUpdateAvailable": true,
"requiresConfiguration": "<string>",
"identityFields": {}
}
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
The response is of type object
.