curl --request POST \
--url https://api.wirespeed.co/integration/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"useCase": "pull_detections",
"importance": "nice_to_have",
"notes": "<string>"
}
'curl --request POST \
--url https://api.wirespeed.co/integration/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"useCase": "pull_detections",
"importance": "nice_to_have",
"notes": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the integration being requested
Primary use case for the integration
pull_detections, pull_logs, containment, identity_sync, create_tickets, other How important this integration is to the customer
nice_to_have, important, blocking Any additional context