Get team event statistics by integration
curl --request POST \
--url https://api.wirespeed.co/v1/team/statistics/events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "<string>",
"endDate": "<string>",
"days": 123
}
'{
"totalEvents": 123,
"ocsfStatistics": [
{
"integration": {
"id": "<string>",
"enabled": true,
"teamId": "<string>",
"config": {
"name": "<string>",
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"defaultValue": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>",
"advancedOption": true,
"hidden": true,
"nonEditable": true
}
],
"logo": "<string>",
"beta": true,
"slug": "<string>",
"default": true,
"useCases": [],
"webhookActions": [
{
"slug": "<string>",
"display": "<string>",
"description": "<string>",
"useCases": [],
"showWebhookSecret": true
}
],
"oauthRequiresRedirect": true,
"requiresConfiguration": true,
"requiresWebhook": true,
"logoLight": "<string>",
"logoDark": "<string>",
"description": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"statusUrl": "<string>",
"rtfm": true,
"integrationTypes": [],
"singleInstallOnly": true,
"hideFromCatalog": true
},
"permissionsUpdateAvailable": true,
"permissionUpdateExplanation": "<string>",
"identityFields": {},
"createdAt": "<string>",
"publicEntitlements": [
{
"slug": "<string>",
"display": "<string>",
"value": true,
"dismissed": true,
"description": "<string>",
"warning": {
"when": true,
"message": "<string>"
}
}
],
"healthDetails": {
"errorCount": 123,
"warningCount": 123,
"lastCheckedAt": "<string>",
"lastStatusChangeAt": "<string>"
},
"sourceSystemUpdates": true,
"teamName": "<string>",
"requiresConfiguration": true,
"muteHourlyQuality": {}
},
"totalEvents": 123,
"totalBytes": 123
}
]
}Team
Get team event statistics by integration
POST
/
v1
/
team
/
statistics
/
events
Get team event statistics by integration
curl --request POST \
--url https://api.wirespeed.co/v1/team/statistics/events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "<string>",
"endDate": "<string>",
"days": 123
}
'{
"totalEvents": 123,
"ocsfStatistics": [
{
"integration": {
"id": "<string>",
"enabled": true,
"teamId": "<string>",
"config": {
"name": "<string>",
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"defaultValue": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>",
"advancedOption": true,
"hidden": true,
"nonEditable": true
}
],
"logo": "<string>",
"beta": true,
"slug": "<string>",
"default": true,
"useCases": [],
"webhookActions": [
{
"slug": "<string>",
"display": "<string>",
"description": "<string>",
"useCases": [],
"showWebhookSecret": true
}
],
"oauthRequiresRedirect": true,
"requiresConfiguration": true,
"requiresWebhook": true,
"logoLight": "<string>",
"logoDark": "<string>",
"description": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"statusUrl": "<string>",
"rtfm": true,
"integrationTypes": [],
"singleInstallOnly": true,
"hideFromCatalog": true
},
"permissionsUpdateAvailable": true,
"permissionUpdateExplanation": "<string>",
"identityFields": {},
"createdAt": "<string>",
"publicEntitlements": [
{
"slug": "<string>",
"display": "<string>",
"value": true,
"dismissed": true,
"description": "<string>",
"warning": {
"when": true,
"message": "<string>"
}
}
],
"healthDetails": {
"errorCount": 123,
"warningCount": 123,
"lastCheckedAt": "<string>",
"lastStatusChangeAt": "<string>"
},
"sourceSystemUpdates": true,
"teamName": "<string>",
"requiresConfiguration": true,
"muteHourlyQuality": {}
},
"totalEvents": 123,
"totalBytes": 123
}
]
}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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
⌘I

