curl --request POST \
--url https://api.wirespeed.co/integration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"filter": "<string>",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"includeDisabled": true,
"healthStatus": [
"healthy"
]
}
'{
"data": [
{
"id": "<string>",
"platform": "aws",
"enabled": true,
"teamId": "<string>",
"config": {
"authType": "oauth2",
"name": "<string>",
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>",
"advancedOption": true,
"hidden": true,
"nonEditable": true
}
],
"logo": "<string>",
"logoLight": "<string>",
"logoDark": "<string>",
"beta": true,
"description": "<string>",
"slug": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"default": true,
"rtfm": true,
"useCases": [
"chat_ops"
],
"webhookActions": [
{
"slug": "<string>",
"display": "<string>",
"description": "<string>",
"useCases": [
"chat_ops"
],
"showWebhookSecret": true
}
],
"singleInstallOnly": true,
"oauthRequiresRedirect": true,
"requiresConfiguration": true,
"requiresWebhook": true,
"statusUrl": "<string>",
"integrationTypes": [
"collaboration"
],
"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>"
}
}
],
"healthStatus": "healthy",
"healthDetails": {
"highestErrorTier": "critical",
"errorCount": 123,
"warningCount": 123,
"lastCheckedAt": "<string>",
"lastStatusChangeAt": "<string>"
},
"sourceSystemUpdates": true,
"teamName": "<string>",
"requiresConfiguration": "<string>",
"muteHourlyQuality": {}
}
],
"totalCount": 123
}curl --request POST \
--url https://api.wirespeed.co/integration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"filter": "<string>",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"includeDisabled": true,
"healthStatus": [
"healthy"
]
}
'{
"data": [
{
"id": "<string>",
"platform": "aws",
"enabled": true,
"teamId": "<string>",
"config": {
"authType": "oauth2",
"name": "<string>",
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>",
"advancedOption": true,
"hidden": true,
"nonEditable": true
}
],
"logo": "<string>",
"logoLight": "<string>",
"logoDark": "<string>",
"beta": true,
"description": "<string>",
"slug": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"default": true,
"rtfm": true,
"useCases": [
"chat_ops"
],
"webhookActions": [
{
"slug": "<string>",
"display": "<string>",
"description": "<string>",
"useCases": [
"chat_ops"
],
"showWebhookSecret": true
}
],
"singleInstallOnly": true,
"oauthRequiresRedirect": true,
"requiresConfiguration": true,
"requiresWebhook": true,
"statusUrl": "<string>",
"integrationTypes": [
"collaboration"
],
"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>"
}
}
],
"healthStatus": "healthy",
"healthDetails": {
"highestErrorTier": "critical",
"errorCount": 123,
"warningCount": 123,
"lastCheckedAt": "<string>",
"lastStatusChangeAt": "<string>"
},
"sourceSystemUpdates": true,
"teamName": "<string>",
"requiresConfiguration": "<string>",
"muteHourlyQuality": {}
}
],
"totalCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
asc, desc Include disabled integrations in search results
Filter by health status (multiple allowed)
healthy, unhealthy, unstable, unknown