Authorization: ********************{
"types": [
"string"
],
"seats": [
"string"
]
}curl --location --request GET 'https://api.funnymonitors.com/endpoints/v1/notifications/integrations/list' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"types": [
"string"
],
"seats": [
"string"
]
}'{
"integrations": [
{
"id": "string",
"logo": "string",
"type": "string",
"email": "user@example.com",
"fullname": "string",
"webhook": "string",
"canEdit": "string",
"seat": "string",
"telegramSetupInstructions": "string"
}
],
"requestedBy": "string",
"terms": "string"
}