n8n 1.48.3 → 1.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/LICENSE_EE.md +27 -0
  2. package/dist/ActiveExecutions.d.ts +1 -0
  3. package/dist/ActiveExecutions.js +3 -0
  4. package/dist/ActiveExecutions.js.map +1 -1
  5. package/dist/CredentialsOverwrites.d.ts +2 -1
  6. package/dist/CredentialsOverwrites.js +5 -7
  7. package/dist/CredentialsOverwrites.js.map +1 -1
  8. package/dist/Interfaces.d.ts +1 -13
  9. package/dist/Interfaces.js.map +1 -1
  10. package/dist/InternalHooks.d.ts +3 -1
  11. package/dist/InternalHooks.js +27 -24
  12. package/dist/InternalHooks.js.map +1 -1
  13. package/dist/Ldap/{helpers.js → helpers.ee.js} +1 -1
  14. package/dist/Ldap/helpers.ee.js.map +1 -0
  15. package/dist/Ldap/{ldap.controller.d.ts → ldap.controller.ee.d.ts} +1 -1
  16. package/dist/Ldap/{ldap.controller.js → ldap.controller.ee.js} +5 -5
  17. package/dist/Ldap/ldap.controller.ee.js.map +1 -0
  18. package/dist/Ldap/{ldap.service.js → ldap.service.ee.js} +16 -16
  19. package/dist/Ldap/ldap.service.ee.js.map +1 -0
  20. package/dist/License.d.ts +1 -0
  21. package/dist/License.js +4 -0
  22. package/dist/License.js.map +1 -1
  23. package/dist/Queue.d.ts +4 -4
  24. package/dist/Queue.js +16 -2
  25. package/dist/Queue.js.map +1 -1
  26. package/dist/Server.d.ts +0 -1
  27. package/dist/Server.js +30 -20
  28. package/dist/Server.js.map +1 -1
  29. package/dist/UserManagement/email/NodeMailer.d.ts +5 -5
  30. package/dist/UserManagement/email/NodeMailer.js +24 -59
  31. package/dist/UserManagement/email/NodeMailer.js.map +1 -1
  32. package/dist/UserManagement/email/UserManagementMailer.d.ts +13 -6
  33. package/dist/UserManagement/email/UserManagementMailer.js +38 -44
  34. package/dist/UserManagement/email/UserManagementMailer.js.map +1 -1
  35. package/dist/WaitTracker.d.ts +2 -2
  36. package/dist/WaitTracker.js +7 -33
  37. package/dist/WaitTracker.js.map +1 -1
  38. package/dist/WorkflowRunner.js +1 -2
  39. package/dist/WorkflowRunner.js.map +1 -1
  40. package/dist/auth/methods/email.js +2 -2
  41. package/dist/auth/methods/email.js.map +1 -1
  42. package/dist/auth/methods/ldap.js +12 -12
  43. package/dist/auth/methods/ldap.js.map +1 -1
  44. package/dist/build.tsbuildinfo +1 -1
  45. package/dist/commands/BaseCommand.js +20 -19
  46. package/dist/commands/BaseCommand.js.map +1 -1
  47. package/dist/commands/start.js +19 -17
  48. package/dist/commands/start.js.map +1 -1
  49. package/dist/commands/worker.js +11 -10
  50. package/dist/commands/worker.js.map +1 -1
  51. package/dist/concurrency/concurrency-control.service.d.ts +1 -0
  52. package/dist/concurrency/concurrency-control.service.js +5 -0
  53. package/dist/concurrency/concurrency-control.service.js.map +1 -1
  54. package/dist/config/index.d.ts +0 -78
  55. package/dist/config/index.js +28 -2
  56. package/dist/config/index.js.map +1 -1
  57. package/dist/config/schema.d.ts +0 -318
  58. package/dist/config/schema.js +0 -318
  59. package/dist/config/schema.js.map +1 -1
  60. package/dist/constants.d.ts +3 -1
  61. package/dist/constants.js +4 -2
  62. package/dist/constants.js.map +1 -1
  63. package/dist/credentials/credentials.controller.d.ts +3 -1
  64. package/dist/credentials/credentials.controller.js +7 -8
  65. package/dist/credentials/credentials.controller.js.map +1 -1
  66. package/dist/credentials/credentials.service.d.ts +0 -1
  67. package/dist/credentials/credentials.service.js +1 -1
  68. package/dist/credentials/credentials.service.js.map +1 -1
  69. package/dist/databases/config.js +29 -26
  70. package/dist/databases/config.js.map +1 -1
  71. package/dist/databases/dsl/Column.d.ts +2 -0
  72. package/dist/databases/dsl/Column.js +7 -1
  73. package/dist/databases/dsl/Column.js.map +1 -1
  74. package/dist/databases/entities/AbstractEntity.d.ts +1 -0
  75. package/dist/databases/entities/AbstractEntity.js +7 -9
  76. package/dist/databases/entities/AbstractEntity.js.map +1 -1
  77. package/dist/databases/entities/ExecutionMetadata.d.ts +1 -1
  78. package/dist/databases/entities/ExecutionMetadata.js +2 -2
  79. package/dist/databases/entities/ExecutionMetadata.js.map +1 -1
  80. package/dist/databases/entities/WorkflowEntity.js +1 -5
  81. package/dist/databases/entities/WorkflowEntity.js.map +1 -1
  82. package/dist/databases/migrations/common/1720101653148-AddConstraintToExecutionMetadata.d.ts +5 -0
  83. package/dist/databases/migrations/common/1720101653148-AddConstraintToExecutionMetadata.js +80 -0
  84. package/dist/databases/migrations/common/1720101653148-AddConstraintToExecutionMetadata.js.map +1 -0
  85. package/dist/databases/migrations/mysqldb/1690000000001-MigrateIntegerKeysToString.d.ts +1 -1
  86. package/dist/databases/migrations/mysqldb/1690000000001-MigrateIntegerKeysToString.js +2 -7
  87. package/dist/databases/migrations/mysqldb/1690000000001-MigrateIntegerKeysToString.js.map +1 -1
  88. package/dist/databases/migrations/mysqldb/index.js +2 -0
  89. package/dist/databases/migrations/mysqldb/index.js.map +1 -1
  90. package/dist/databases/migrations/postgresdb/index.js +2 -0
  91. package/dist/databases/migrations/postgresdb/index.js.map +1 -1
  92. package/dist/databases/migrations/sqlite/1690000000002-MigrateIntegerKeysToString.js +2 -2
  93. package/dist/databases/migrations/sqlite/1690000000002-MigrateIntegerKeysToString.js.map +1 -1
  94. package/dist/databases/migrations/sqlite/index.js +2 -0
  95. package/dist/databases/migrations/sqlite/index.js.map +1 -1
  96. package/dist/databases/repositories/execution.repository.d.ts +5 -2
  97. package/dist/databases/repositories/execution.repository.js +24 -5
  98. package/dist/databases/repositories/execution.repository.js.map +1 -1
  99. package/dist/databases/repositories/usageMetrics.repository.d.ts +3 -1
  100. package/dist/databases/repositories/usageMetrics.repository.js +8 -9
  101. package/dist/databases/repositories/usageMetrics.repository.js.map +1 -1
  102. package/dist/databases/repositories/workflow.repository.d.ts +3 -1
  103. package/dist/databases/repositories/workflow.repository.js +9 -5
  104. package/dist/databases/repositories/workflow.repository.js.map +1 -1
  105. package/dist/databases/repositories/workflowStatistics.repository.d.ts +3 -2
  106. package/dist/databases/repositories/workflowStatistics.repository.js +8 -9
  107. package/dist/databases/repositories/workflowStatistics.repository.js.map +1 -1
  108. package/dist/databases/utils/migrationHelpers.js +5 -7
  109. package/dist/databases/utils/migrationHelpers.js.map +1 -1
  110. package/dist/databases/utils/transformers.js +3 -5
  111. package/dist/databases/utils/transformers.js.map +1 -1
  112. package/dist/decorators/OnShutdown.js +2 -1
  113. package/dist/decorators/OnShutdown.js.map +1 -1
  114. package/dist/errors/missing-execution-stop.error.d.ts +4 -0
  115. package/dist/errors/missing-execution-stop.error.js +11 -0
  116. package/dist/errors/missing-execution-stop.error.js.map +1 -0
  117. package/dist/executions/execution.service.d.ts +8 -5
  118. package/dist/executions/execution.service.js +60 -39
  119. package/dist/executions/execution.service.js.map +1 -1
  120. package/dist/executions/execution.types.d.ts +8 -1
  121. package/dist/executions/executions.controller.d.ts +1 -1
  122. package/dist/push/abstract.push.d.ts +4 -11
  123. package/dist/push/abstract.push.js +5 -26
  124. package/dist/push/abstract.push.js.map +1 -1
  125. package/dist/push/index.d.ts +4 -5
  126. package/dist/push/index.js +14 -13
  127. package/dist/push/index.js.map +1 -1
  128. package/dist/push/sse.push.d.ts +2 -4
  129. package/dist/push/sse.push.js +5 -6
  130. package/dist/push/sse.push.js.map +1 -1
  131. package/dist/push/types.d.ts +0 -6
  132. package/dist/push/websocket.push.d.ts +2 -4
  133. package/dist/push/websocket.push.js +5 -21
  134. package/dist/push/websocket.push.js.map +1 -1
  135. package/dist/requests.d.ts +0 -7
  136. package/dist/services/executionMetadata.service.d.ts +1 -2
  137. package/dist/services/executionMetadata.service.js +4 -2
  138. package/dist/services/executionMetadata.service.js.map +1 -1
  139. package/dist/services/frontend.service.d.ts +4 -1
  140. package/dist/services/frontend.service.js +92 -68
  141. package/dist/services/frontend.service.js.map +1 -1
  142. package/dist/services/redis/RedisServiceBaseClasses.js +0 -3
  143. package/dist/services/redis/RedisServiceBaseClasses.js.map +1 -1
  144. package/dist/services/redis/redis-client.service.js +3 -1
  145. package/dist/services/redis/redis-client.service.js.map +1 -1
  146. package/dist/shutdown/Shutdown.service.js +4 -0
  147. package/dist/shutdown/Shutdown.service.js.map +1 -1
  148. package/dist/workflows/workflow.service.ee.d.ts +3 -1
  149. package/dist/workflows/workflow.service.ee.js +2 -2
  150. package/dist/workflows/workflow.service.ee.js.map +1 -1
  151. package/dist/workflows/workflowStaticData.service.d.ts +3 -1
  152. package/dist/workflows/workflowStaticData.service.js +6 -7
  153. package/dist/workflows/workflowStaticData.service.js.map +1 -1
  154. package/package.json +25 -31
  155. package/dist/Ldap/helpers.js.map +0 -1
  156. package/dist/Ldap/ldap.controller.js.map +0 -1
  157. package/dist/Ldap/ldap.service.js.map +0 -1
  158. package/dist/collaboration/collaboration.message.d.ts +0 -11
  159. package/dist/collaboration/collaboration.message.js +0 -15
  160. package/dist/collaboration/collaboration.message.js.map +0 -1
  161. package/dist/collaboration/collaboration.service.d.ts +0 -17
  162. package/dist/collaboration/collaboration.service.js +0 -100
  163. package/dist/collaboration/collaboration.service.js.map +0 -1
  164. package/dist/collaboration/collaboration.state.d.ts +0 -14
  165. package/dist/collaboration/collaboration.state.js +0 -64
  166. package/dist/collaboration/collaboration.state.js.map +0 -1
  167. package/dist/controllers/ai.controller.d.ts +0 -10
  168. package/dist/controllers/ai.controller.js +0 -42
  169. package/dist/controllers/ai.controller.js.map +0 -1
  170. package/dist/errors/response-errors/failed-dependency.error.d.ts +0 -4
  171. package/dist/errors/response-errors/failed-dependency.error.js +0 -11
  172. package/dist/errors/response-errors/failed-dependency.error.js.map +0 -1
  173. package/dist/services/ai/prompts/generateCurl.d.ts +0 -10
  174. package/dist/services/ai/prompts/generateCurl.js +0 -65
  175. package/dist/services/ai/prompts/generateCurl.js.map +0 -1
  176. package/dist/services/ai/prompts/retrieveService.d.ts +0 -6
  177. package/dist/services/ai/prompts/retrieveService.js +0 -20
  178. package/dist/services/ai/prompts/retrieveService.js.map +0 -1
  179. package/dist/services/ai/providers/openai.d.ts +0 -16
  180. package/dist/services/ai/providers/openai.js +0 -52
  181. package/dist/services/ai/providers/openai.js.map +0 -1
  182. package/dist/services/ai/resources/api-knowledgebase.json +0 -2651
  183. package/dist/services/ai/schemas/generateCurl.d.ts +0 -8
  184. package/dist/services/ai/schemas/generateCurl.js +0 -10
  185. package/dist/services/ai/schemas/generateCurl.js.map +0 -1
  186. package/dist/services/ai/schemas/retrieveService.d.ts +0 -8
  187. package/dist/services/ai/schemas/retrieveService.js +0 -10
  188. package/dist/services/ai/schemas/retrieveService.js.map +0 -1
  189. package/dist/services/ai/utils/summarizeNodeTypeProperties.d.ts +0 -4
  190. package/dist/services/ai/utils/summarizeNodeTypeProperties.js +0 -36
  191. package/dist/services/ai/utils/summarizeNodeTypeProperties.js.map +0 -1
  192. package/dist/services/ai.service.d.ts +0 -24
  193. package/dist/services/ai.service.js +0 -133
  194. package/dist/services/ai.service.js.map +0 -1
  195. package/dist/types/ai.types.d.ts +0 -6
  196. package/dist/types/ai.types.js +0 -3
  197. package/dist/types/ai.types.js.map +0 -1
  198. /package/dist/Ldap/{helpers.d.ts → helpers.ee.d.ts} +0 -0
  199. /package/dist/Ldap/{ldap.service.d.ts → ldap.service.ee.d.ts} +0 -0
@@ -1,2651 +0,0 @@
1
- [
2
- {
3
- "title": "Pipedrive",
4
- "id": "pipedrive.com"
5
- },
6
- {
7
- "title": "OpenAI",
8
- "id": "openai.com"
9
- },
10
- {
11
- "title": "Discourse",
12
- "id": "discourse.com"
13
- },
14
- {
15
- "title": "Anthropic Claude",
16
- "id": "anthropic.com"
17
- },
18
- {
19
- "title": "Zoho CRM",
20
- "id": "zoho.com-crm"
21
- },
22
- {
23
- "title": "Notion",
24
- "id": "notion.so"
25
- },
26
- {
27
- "title": "Stripe",
28
- "id": "stripe.com"
29
- },
30
- {
31
- "title": "DocuSign",
32
- "id": "docusign.com"
33
- },
34
- {
35
- "title": "Plaid",
36
- "id": "plaid.com"
37
- },
38
- {
39
- "title": "Zendesk Support",
40
- "id": "zendesk.com-support"
41
- },
42
- {
43
- "title": "Salesforce Marketing Cloud",
44
- "id": "salesforce.com-marketing-cloud"
45
- },
46
- {
47
- "title": "Spoonacular",
48
- "id": "spoonacular.com"
49
- },
50
- {
51
- "title": "Datadog",
52
- "id": "datadoghq.com"
53
- },
54
- {
55
- "title": "WeChatPay",
56
- "id": "wechat.com-pay",
57
- "version": "v3"
58
- },
59
- {
60
- "title": "ActiveCampaign",
61
- "id": "activecampaign.com",
62
- "version": "v3"
63
- },
64
- {
65
- "title": "Feishu",
66
- "id": "feishu.cn"
67
- },
68
- {
69
- "title": "Whatsapp Business Management",
70
- "id": "whatsapp.com-business-management"
71
- },
72
- {
73
- "title": "Brevo",
74
- "id": "brevo.com"
75
- },
76
- {
77
- "title": "Salesforce Data Cloud",
78
- "id": "salesforce.com-data-cloud"
79
- },
80
- {
81
- "title": "Xendit",
82
- "id": "xendit.co"
83
- },
84
- {
85
- "title": "Amadeus for Developers",
86
- "id": "amadeus.com-developers"
87
- },
88
- {
89
- "title": "Pynt",
90
- "id": "pynt.io"
91
- },
92
- {
93
- "title": "ClickUp",
94
- "id": "clickup.com"
95
- },
96
- {
97
- "title": "Twilio Messaging / SMS",
98
- "id": "twilio.com-messaging"
99
- },
100
- {
101
- "title": "Amplitude Analytics",
102
- "id": "amplitude.com-analytics"
103
- },
104
- {
105
- "title": "Box Platform",
106
- "id": "box.com-platform"
107
- },
108
- {
109
- "title": "HotelBeds Booking",
110
- "id": "hotelbeds.com-booking"
111
- },
112
- {
113
- "title": "Monday.com",
114
- "id": "monday.com"
115
- },
116
- {
117
- "title": "Zoom",
118
- "id": "zoom.com"
119
- },
120
- {
121
- "title": "Zendesk Help Center",
122
- "id": "zendesk.com-help-center"
123
- },
124
- {
125
- "title": "GigaChat",
126
- "id": "gigachat.app"
127
- },
128
- {
129
- "title": "Shiprocket",
130
- "id": "shiprocket.in"
131
- },
132
- {
133
- "title": "Whatsapp On-Premises",
134
- "id": "whatsapp.com-on-premises"
135
- },
136
- {
137
- "title": "Customer.io Journeys Track",
138
- "id": "customer.io-journeys-track"
139
- },
140
- {
141
- "title": "Sportmonks",
142
- "id": "sportmonks.com",
143
- "version": "3"
144
- },
145
- {
146
- "title": "Power BI",
147
- "id": "microsoft.com-power-bi",
148
- "version": "v1"
149
- },
150
- {
151
- "title": "Flutterwave",
152
- "id": "flutterwave.com",
153
- "version": "3.0"
154
- },
155
- {
156
- "title": "HotelBeds Content",
157
- "id": "hotelbeds.com-content"
158
- },
159
- {
160
- "title": "Salesforce Tableau",
161
- "id": "salesforce.com-tableau"
162
- },
163
- {
164
- "title": "Cashfree Payment Gateway",
165
- "id": "cashfree.com-payment-gateway"
166
- },
167
- {
168
- "title": "Belvo Docs",
169
- "id": "belvo.com"
170
- },
171
- {
172
- "title": "Discord",
173
- "id": "discord.com"
174
- },
175
- {
176
- "title": "Zoom Meeting",
177
- "id": "zoom.com-meeting"
178
- },
179
- {
180
- "title": "Salesforce Marketing Cloud Account Engagement (Pardot)",
181
- "id": "salesforce.com-marketing-cloud-account-engagement",
182
- "version": "v5"
183
- },
184
- {
185
- "title": "Cloudinary Upload",
186
- "id": "cloudinary.com-upload"
187
- },
188
- {
189
- "title": "PingOne Platform",
190
- "id": "pingone.com"
191
- },
192
- {
193
- "title": "SEON",
194
- "id": "seon.io"
195
- },
196
- {
197
- "title": "Eden AI",
198
- "id": "edenai.io"
199
- },
200
- {
201
- "title": "Fireblocks",
202
- "id": "fireblocks.com"
203
- },
204
- {
205
- "title": "PagerDuty",
206
- "id": "pagerduty.com"
207
- },
208
- {
209
- "title": "WooCommerce",
210
- "id": "woocommerce.com"
211
- },
212
- {
213
- "title": "DocuSign Admin",
214
- "id": "docusign.com-admin"
215
- },
216
- {
217
- "title": "Google Books",
218
- "id": "google.com-books"
219
- },
220
- {
221
- "title": "CountriesNow Countries & Cities",
222
- "id": "countriesnow.space"
223
- },
224
- {
225
- "title": "Aadhaar KYC",
226
- "id": "aadhaarkyc.io"
227
- },
228
- {
229
- "title": "Zendesk Chat",
230
- "id": "zendesk.com-chat"
231
- },
232
- {
233
- "title": "Cloudflare R2",
234
- "id": "cloudflare.com-r2"
235
- },
236
- {
237
- "title": "ScrapingBee",
238
- "id": "scrapingbee.com"
239
- },
240
- {
241
- "title": "UiPath Add-ins",
242
- "id": "uipath.com-add-ins"
243
- },
244
- {
245
- "title": "Instagram",
246
- "id": "instagram.com"
247
- },
248
- {
249
- "title": "PandaDoc",
250
- "id": "pandadoc.com"
251
- },
252
- {
253
- "title": "CyberArk",
254
- "id": "cyberark.com"
255
- },
256
- {
257
- "title": "100ms",
258
- "id": "100ms.live"
259
- },
260
- {
261
- "title": "Shopify",
262
- "id": "shopify.com"
263
- },
264
- {
265
- "title": "Salesforce Commerce B2C",
266
- "id": "salesforce.com-commerce-b2c"
267
- },
268
- {
269
- "title": "Adyen Checkout",
270
- "id": "adyen.com-checkout",
271
- "version": "v71"
272
- },
273
- {
274
- "title": "DoorDash Drive",
275
- "id": "doordash.com-drive"
276
- },
277
- {
278
- "title": "Airwallex",
279
- "id": "airwallex.com"
280
- },
281
- {
282
- "title": "Snowflake SQL",
283
- "id": "snowflake.com-sql",
284
- "version": "v2"
285
- },
286
- {
287
- "title": "Twitter Developer Labs",
288
- "id": "twitter.com-developer-labs"
289
- },
290
- {
291
- "title": "Hyperledger Besu JSON-RPC",
292
- "id": "hyperledger.org-besu"
293
- },
294
- {
295
- "title": "Plivo",
296
- "id": "plivo.com"
297
- },
298
- {
299
- "title": "Facebook",
300
- "id": "facebook.com"
301
- },
302
- {
303
- "title": "LinkedIn Content",
304
- "id": "linkedin.com-content"
305
- },
306
- {
307
- "title": "Jira",
308
- "id": "atlassian.com-jira"
309
- },
310
- {
311
- "title": "OneSignal",
312
- "id": "onesignal.com"
313
- },
314
- {
315
- "title": "Immoscout24 OAuth1",
316
- "id": "immoscout24.com-oauth"
317
- },
318
- {
319
- "title": "DocuSign eSignature",
320
- "id": "docusign.com-esignature"
321
- },
322
- {
323
- "title": "Snowflake",
324
- "id": "snowflake.com"
325
- },
326
- {
327
- "title": "Cloudinary Admin",
328
- "id": "cloudinary.com-admin"
329
- },
330
- {
331
- "title": "Viva Payments",
332
- "id": "viva.com-create-payment-order",
333
- "version": "v2"
334
- },
335
- {
336
- "title": "SportRadar",
337
- "id": "sportradar.com"
338
- },
339
- {
340
- "title": "Contentstack Content Delivery",
341
- "id": "contentstack.io-content-delivery"
342
- },
343
- {
344
- "title": "TikTok Business",
345
- "id": "tiktok.com-business",
346
- "version": "v1.3"
347
- },
348
- {
349
- "title": "F1 Formula One",
350
- "id": "f1.com"
351
- },
352
- {
353
- "title": "TMDB The Movie Database",
354
- "id": "themoviedb.org"
355
- },
356
- {
357
- "title": "Wordpress",
358
- "id": "wordpress.com",
359
- "version": "v2"
360
- },
361
- {
362
- "title": "SBER SaluteSpeech",
363
- "id": "sber.ru"
364
- },
365
- {
366
- "title": "Symbl AI",
367
- "id": "symbl.ai"
368
- },
369
- {
370
- "title": "Onfido",
371
- "id": "onfido.com",
372
- "version": "v3.6"
373
- },
374
- {
375
- "title": "Binance Perpetual Future",
376
- "id": "binance.com-futures"
377
- },
378
- {
379
- "title": "Reloadly",
380
- "id": "reloadly.com"
381
- },
382
- {
383
- "title": "Nylas",
384
- "id": "nylas.com",
385
- "version": "v2"
386
- },
387
- {
388
- "title": "Mist Cloud",
389
- "id": "juniper.net-mist",
390
- "version": "2402.1.0"
391
- },
392
- {
393
- "title": "LinkedIn Campaign Management",
394
- "id": "linkedin.com-campaign-management"
395
- },
396
- {
397
- "title": "Shutterstock",
398
- "id": "shutterstock.com"
399
- },
400
- {
401
- "title": "OpenWeatherMap",
402
- "id": "openweathermap.org"
403
- },
404
- {
405
- "title": "Whatsapp Embedded Signup",
406
- "id": "whatsapp.com-embedded-signup"
407
- },
408
- {
409
- "title": "SailPoint IdentityNow",
410
- "id": "sailpoint.com",
411
- "version": "v3"
412
- },
413
- {
414
- "title": "ChatBot.com",
415
- "id": "chatbot.com"
416
- },
417
- {
418
- "title": "Lob",
419
- "id": "lob.com"
420
- },
421
- {
422
- "title": "Binance Spot",
423
- "id": "binance.com-spot"
424
- },
425
- {
426
- "title": "MoMo E-Wallet Payments",
427
- "id": "momo.com"
428
- },
429
- {
430
- "title": "Mailosaur",
431
- "id": "mailosaur.com"
432
- },
433
- {
434
- "title": "Rasa Open Source HTTP",
435
- "id": "rasa.com"
436
- },
437
- {
438
- "title": "DingConnect",
439
- "id": "dingconnect.com"
440
- },
441
- {
442
- "title": "Withings Health Solutions",
443
- "id": "withings.com"
444
- },
445
- {
446
- "title": "Solid FinTech Platform",
447
- "id": "solidfintech.com"
448
- },
449
- {
450
- "title": "Chatwoot",
451
- "id": "chatwoot.com",
452
- "version": "v1.0"
453
- },
454
- {
455
- "title": "Kontent.ai",
456
- "id": "kontent.ai"
457
- },
458
- {
459
- "title": "Gmail",
460
- "id": "google.com-gmail"
461
- },
462
- {
463
- "title": "PayBoxMoney PaymentPage",
464
- "id": "payboxmoney.com"
465
- },
466
- {
467
- "title": "Dropbox",
468
- "id": "dropbox.com"
469
- },
470
- {
471
- "title": "Quotable",
472
- "id": "quotable.io"
473
- },
474
- {
475
- "title": "ShipEngine",
476
- "id": "shipengine.com"
477
- },
478
- {
479
- "title": "Alpaca Market Data",
480
- "id": "alpaca.markets",
481
- "version": "v2"
482
- },
483
- {
484
- "title": "Twitter Premium",
485
- "id": "twitter.com-premium"
486
- },
487
- {
488
- "title": "Livechat Authorization",
489
- "id": "livechat.com-authorization"
490
- },
491
- {
492
- "title": "NASA - Astronomy Picture of the Day (APOD)",
493
- "id": "nasa.gov-apod"
494
- },
495
- {
496
- "title": "Bridge",
497
- "id": "bridgeapi.io",
498
- "version": "v2021.06.01"
499
- },
500
- {
501
- "title": "Contentstack Content Management",
502
- "id": "contentstack.io-content-management"
503
- },
504
- {
505
- "title": "SportRadar Soccer",
506
- "id": "sportradar.com-soccer",
507
- "version": "v4"
508
- },
509
- {
510
- "title": "VIVA Payments OAuth2 Authentication",
511
- "id": "viva.com-oauth"
512
- },
513
- {
514
- "title": "Infura Ethereum JSON-RPC",
515
- "id": "infura.io"
516
- },
517
- {
518
- "title": "Box Dev Platform",
519
- "id": "box.com"
520
- },
521
- {
522
- "title": "Zomato",
523
- "id": "zomato.com"
524
- },
525
- {
526
- "title": "Temenos",
527
- "id": "temenos.com"
528
- },
529
- {
530
- "title": "Yousign",
531
- "id": "yousign.com",
532
- "version": "v3"
533
- },
534
- {
535
- "title": "SportRadar NBA",
536
- "id": "sportradar.com-nba",
537
- "version": "v8"
538
- },
539
- {
540
- "title": "MuleSoft Anypoint Platform",
541
- "id": "mulesoft.com"
542
- },
543
- {
544
- "title": "YouTube",
545
- "id": "youtube.com"
546
- },
547
- {
548
- "title": "Duffel",
549
- "id": "duffel.com"
550
- },
551
- {
552
- "title": "Sendbird Chat",
553
- "id": "sendbird.com"
554
- },
555
- {
556
- "title": "Checkr.com",
557
- "id": "checkr.com"
558
- },
559
- {
560
- "title": "LinkedIn Community Management",
561
- "id": "linkedin.com-community-management"
562
- },
563
- {
564
- "title": "Alpaca Broker",
565
- "id": "alpaca.markets-broker"
566
- },
567
- {
568
- "title": "Twilio",
569
- "id": "twilio.com"
570
- },
571
- {
572
- "title": "Akamai Application Security",
573
- "id": "akamai.com-application-security"
574
- },
575
- {
576
- "title": "ArcGIS Geocoding & Search (Geolocation)",
577
- "id": "arcgis.com-geolocation"
578
- },
579
- {
580
- "title": "Mux",
581
- "id": "mux.com"
582
- },
583
- {
584
- "title": "Change Healthcare Medical Network Eligibility",
585
- "id": "changehealthcare.com-eligibility",
586
- "version": "v3"
587
- },
588
- {
589
- "title": "Mangopay",
590
- "id": "mangopay.com"
591
- },
592
- {
593
- "title": "Amazon Selling Partner for Orders",
594
- "id": "amazon.com-selling-partner-orders"
595
- },
596
- {
597
- "title": "Aisensy Campaign",
598
- "id": "aisensy.com"
599
- },
600
- {
601
- "title": "Akamai Property Manager",
602
- "id": "akamai.com-property-manager"
603
- },
604
- {
605
- "title": "Sendcloud",
606
- "id": "sendcloud.com"
607
- },
608
- {
609
- "title": "Viva Payments Request Access Token",
610
- "id": "viva.com-request-access-token"
611
- },
612
- {
613
- "title": "Akamai Fast Purge",
614
- "id": "akamai.com-fast-purge",
615
- "version": "v3"
616
- },
617
- {
618
- "title": "Atlassian Confluence Cloud",
619
- "id": "atlassian.com-confluence"
620
- },
621
- {
622
- "title": "Azure Active Directory Protocols",
623
- "id": "microsoft.com-aad",
624
- "version": "v2.0"
625
- },
626
- {
627
- "title": "LinkedIn Live Events",
628
- "id": "linkedin.com-live-events"
629
- },
630
- {
631
- "title": "Strava",
632
- "id": "strava.com",
633
- "version": "v3"
634
- },
635
- {
636
- "title": "Creatio",
637
- "id": "creatio.com"
638
- },
639
- {
640
- "title": "WhatsApp Flows",
641
- "id": "whatsapp.com-flows"
642
- },
643
- {
644
- "title": "Docker HUB",
645
- "id": "docker.com"
646
- },
647
- {
648
- "title": "LinkedIn Reporting & ROI",
649
- "id": "linkedin.com-reporting"
650
- },
651
- {
652
- "title": "Xero Accounting",
653
- "id": "xero.com-accounting"
654
- },
655
- {
656
- "title": "Vonage Contact Center",
657
- "id": "vonage.com"
658
- },
659
- {
660
- "title": "AWS Amazon Web Services S3",
661
- "id": "aws.com-s3"
662
- },
663
- {
664
- "title": "Google Analytics",
665
- "id": "google.com-analytics"
666
- },
667
- {
668
- "title": "NFTPort",
669
- "id": "nftport.com"
670
- },
671
- {
672
- "title": "JVLcart - MERN Ecommerce",
673
- "id": "jvlcart.com"
674
- },
675
- {
676
- "title": "SendGrid",
677
- "id": "sendgrid.com"
678
- },
679
- {
680
- "title": "YouTrack",
681
- "id": "youtrack.com"
682
- },
683
- {
684
- "title": "USPS Web Tools Address Validation",
685
- "id": "usps.com"
686
- },
687
- {
688
- "title": "Strapi",
689
- "id": "strapi.io"
690
- },
691
- {
692
- "title": "MicroStrategy",
693
- "id": "microstrategy.com"
694
- },
695
- {
696
- "title": "Cisco IOS-XE",
697
- "id": "cisco.com-ios-xe"
698
- },
699
- {
700
- "title": "Proxycurl",
701
- "id": "proxycurl.com"
702
- },
703
- {
704
- "title": "Salesforce Commerce B2B/D2C",
705
- "id": "salesforce.com-commerce"
706
- },
707
- {
708
- "title": "Kroger",
709
- "id": "kroger.com"
710
- },
711
- {
712
- "title": "LinkedIn Job Posting",
713
- "id": "linkedin.com-job-posting"
714
- },
715
- {
716
- "title": "Twitter",
717
- "id": "twitter.com",
718
- "version": "v2"
719
- },
720
- {
721
- "title": "EasyPost",
722
- "id": "easypost.com"
723
- },
724
- {
725
- "title": "Galileo Pro",
726
- "id": "galileo.com"
727
- },
728
- {
729
- "title": "Viessmann",
730
- "id": "viessmann.com"
731
- },
732
- {
733
- "title": "Magento Enterprise",
734
- "id": "magento.com"
735
- },
736
- {
737
- "title": "fiserv.dev",
738
- "id": "fiserv.dev"
739
- },
740
- {
741
- "title": "Okta Admin Management",
742
- "id": "okta.com-admin"
743
- },
744
- {
745
- "title": "Amazon Selling Partner for Authorization",
746
- "id": "amazon.com-selling-partner-authorization"
747
- },
748
- {
749
- "title": "Dwolla Balance",
750
- "id": "dwolla.com-balance"
751
- },
752
- {
753
- "title": "World News",
754
- "id": "worldnewsapi.com"
755
- },
756
- {
757
- "title": "GoCardless",
758
- "id": "gocardless.com"
759
- },
760
- {
761
- "title": "Rick and Morty",
762
- "id": "rickandmortyapi.com"
763
- },
764
- {
765
- "title": "DeepL",
766
- "id": "deepl.com"
767
- },
768
- {
769
- "title": "SportRadar NFL",
770
- "id": "sportradar.com-nfl",
771
- "version": "v7"
772
- },
773
- {
774
- "title": "Mailinator",
775
- "id": "mailinator.com"
776
- },
777
- {
778
- "title": "Clickpost",
779
- "id": "clickpost.com"
780
- },
781
- {
782
- "title": "Gitlab",
783
- "id": "gitlab.com"
784
- },
785
- {
786
- "title": "Lemon Markets Data",
787
- "id": "lemon.markets"
788
- },
789
- {
790
- "title": "ETG Emerging Travel Group",
791
- "id": "emergingtravelgroup.com",
792
- "version": "v3"
793
- },
794
- {
795
- "title": "Mailgun",
796
- "id": "mailgun.com"
797
- },
798
- {
799
- "title": "Livechat Agent Chat",
800
- "id": "livechat.com-agent-chat",
801
- "version": "v3.5"
802
- },
803
- {
804
- "title": "Simple Books",
805
- "id": "simplebooks.com"
806
- },
807
- {
808
- "title": "TransferWise Send Money",
809
- "id": "wise.com-send-money"
810
- },
811
- {
812
- "title": "Zoho Sign",
813
- "id": "zoho.com-sign"
814
- },
815
- {
816
- "title": "Localazy",
817
- "id": "localazy.com"
818
- },
819
- {
820
- "title": "Zendesk Agent Availabilities",
821
- "id": "zendesk.com-agent-availabilities"
822
- },
823
- {
824
- "title": "Binance Delivery Futures",
825
- "id": "binance.com-delivery-futures"
826
- },
827
- {
828
- "title": "QuickChart",
829
- "id": "quickchart.com"
830
- },
831
- {
832
- "title": "Immoscout24 Search",
833
- "id": "immoscout24.com-search"
834
- },
835
- {
836
- "title": "Ayrshare Social Media",
837
- "id": "ayrshare.com"
838
- },
839
- {
840
- "title": "Simple book",
841
- "id": "simplebook.com"
842
- },
843
- {
844
- "title": "SportRadar Images",
845
- "id": "sportradar.com-images",
846
- "version": "v3"
847
- },
848
- {
849
- "title": "Celcoin",
850
- "id": "celcoin.com",
851
- "version": "v2"
852
- },
853
- {
854
- "title": "FHIR",
855
- "id": "fhir.com"
856
- },
857
- {
858
- "title": "TikAPI",
859
- "id": "tikapi.io",
860
- "version": "v3"
861
- },
862
- {
863
- "title": "Zendesk Jira Integration",
864
- "id": "zendesk.com-jira-integration"
865
- },
866
- {
867
- "title": "SportRadar Cricket",
868
- "id": "sportradar.com-cricket",
869
- "version": "v2"
870
- },
871
- {
872
- "title": "Asana",
873
- "id": "asana.com"
874
- },
875
- {
876
- "title": "CyberArk OAuth and OpenID Connect",
877
- "id": "cyberark.com-oauth-openid"
878
- },
879
- {
880
- "title": "OneDrive",
881
- "id": "onedrive.com"
882
- },
883
- {
884
- "title": "Qualtrics",
885
- "id": "qualtrics.com"
886
- },
887
- {
888
- "title": "Oracle Object Storage Service",
889
- "id": "oracle.com-object-storage"
890
- },
891
- {
892
- "title": "ShipStation",
893
- "id": "shipstation.com"
894
- },
895
- {
896
- "title": "Adyen Configuration",
897
- "id": "adyen.com-configuration",
898
- "version": "v2"
899
- },
900
- {
901
- "title": "Dyte Documentation",
902
- "id": "dyte.io"
903
- },
904
- {
905
- "title": "Joomla Web Services",
906
- "id": "joomla.com"
907
- },
908
- {
909
- "title": "WHOIS XML",
910
- "id": "whoisxmlapi.com"
911
- },
912
- {
913
- "title": "BoldSign",
914
- "id": "boldsign.com"
915
- },
916
- {
917
- "title": "GoLogin",
918
- "id": "gologin.com"
919
- },
920
- {
921
- "title": "Telnyx Phone Numbers",
922
- "id": "telnyx.com-phone-numbers"
923
- },
924
- {
925
- "title": "Akamai Edge Compute",
926
- "id": "akamai.com-edge-compute"
927
- },
928
- {
929
- "title": "SPG Checkout",
930
- "id": "spg.com-checkout"
931
- },
932
- {
933
- "title": "Algorand Algod",
934
- "id": "algorand.com"
935
- },
936
- {
937
- "title": "SentinelOne",
938
- "id": "sentinelone.com"
939
- },
940
- {
941
- "title": "Humantic AI",
942
- "id": "humantic.ai"
943
- },
944
- {
945
- "title": "PDF Generator",
946
- "id": "pdfgeneratorapi.com",
947
- "version": "4.0.0"
948
- },
949
- {
950
- "title": "MicroStrategy Workflows",
951
- "id": "microstrategy.com-workflows"
952
- },
953
- {
954
- "title": "Whereby Embedded",
955
- "id": "whereby.com"
956
- },
957
- {
958
- "title": "Hubspot CRM",
959
- "id": "hubspot.com"
960
- },
961
- {
962
- "title": "FedEx Track",
963
- "id": "fedex.com-track"
964
- },
965
- {
966
- "title": "Cloudinary Search",
967
- "id": "cloudinary.com-search"
968
- },
969
- {
970
- "title": "Infobip SMS",
971
- "id": "infobip.com"
972
- },
973
- {
974
- "title": "Tastytrade",
975
- "id": "tastytrade.com"
976
- },
977
- {
978
- "title": "Cal.com",
979
- "id": "cal.com"
980
- },
981
- {
982
- "title": "ISS MOEX",
983
- "id": "iss.moex.com"
984
- },
985
- {
986
- "title": "Juniper Mist Runner",
987
- "id": "juniper.net",
988
- "version": "0.3.14.1"
989
- },
990
- {
991
- "title": "APIBRASIL",
992
- "id": "apibrasil.com",
993
- "version": "v2"
994
- },
995
- {
996
- "title": "FatSecret",
997
- "id": "fatsecret.com"
998
- },
999
- {
1000
- "title": "Swift Payment Pre-Validation Consumer",
1001
- "id": "swift.com-payment-pre-validation"
1002
- },
1003
- {
1004
- "title": "Adyen Legal Entity Management",
1005
- "id": "adyen.com-legal-entity",
1006
- "version": "v3"
1007
- },
1008
- {
1009
- "title": "Ebay",
1010
- "id": "ebay.com"
1011
- },
1012
- {
1013
- "title": "SportRadar Tennis",
1014
- "id": "sportradar.com-tennis",
1015
- "version": "v3"
1016
- },
1017
- {
1018
- "title": "Keystone Builder",
1019
- "id": "keystone.com"
1020
- },
1021
- {
1022
- "title": "SportRadar Soccer Extended",
1023
- "id": "sportradar.com-soccer-extended",
1024
- "version": "v4"
1025
- },
1026
- {
1027
- "title": "Pardot",
1028
- "id": "pardot.com"
1029
- },
1030
- {
1031
- "title": "Phyllo",
1032
- "id": "getphyllo.com"
1033
- },
1034
- {
1035
- "title": "Braze",
1036
- "id": "braze.com"
1037
- },
1038
- {
1039
- "title": "FortiManager",
1040
- "id": "fortinet.com"
1041
- },
1042
- {
1043
- "title": "GST Compliance",
1044
- "id": "gst.com"
1045
- },
1046
- {
1047
- "title": "SportRadar Formula 1",
1048
- "id": "sportradar.com-formula1",
1049
- "version": "v2"
1050
- },
1051
- {
1052
- "title": "Revolut Business",
1053
- "id": "revolut.com-business"
1054
- },
1055
- {
1056
- "title": "Oracle Core Services",
1057
- "id": "oracle.com-core-services"
1058
- },
1059
- {
1060
- "title": "TransferWise Payouts and third party payouts",
1061
- "id": "wise.com-payouts"
1062
- },
1063
- {
1064
- "title": "Typesense",
1065
- "id": "typesense.com"
1066
- },
1067
- {
1068
- "title": "CoinMarketCap DEX",
1069
- "id": "coinmarketcap.com-dex"
1070
- },
1071
- {
1072
- "title": "Vimeo",
1073
- "id": "vimeo.com"
1074
- },
1075
- {
1076
- "title": "Telnyx Messaging",
1077
- "id": "telnyx.com-messaging"
1078
- },
1079
- {
1080
- "title": "CoinMarketCap",
1081
- "id": "coinmarketcap.com"
1082
- },
1083
- {
1084
- "title": "Cisco DNA Center",
1085
- "id": "cisco.com-dna-center"
1086
- },
1087
- {
1088
- "title": "Paystack",
1089
- "id": "paystack.com"
1090
- },
1091
- {
1092
- "title": "Google OAuth2",
1093
- "id": "google.com-oauth2"
1094
- },
1095
- {
1096
- "title": "IHS RME FHIR",
1097
- "id": "ihs.com-fhir"
1098
- },
1099
- {
1100
- "title": "CNPJá!",
1101
- "id": "cnpja.com"
1102
- },
1103
- {
1104
- "title": "AUTENTI",
1105
- "id": "autenti.com",
1106
- "version": "v2"
1107
- },
1108
- {
1109
- "title": "COVID19 Tracker",
1110
- "id": "covid19tracker.com"
1111
- },
1112
- {
1113
- "title": "Anvil PDF",
1114
- "id": "anvil.com"
1115
- },
1116
- {
1117
- "title": "Zepto",
1118
- "id": "zepto.com"
1119
- },
1120
- {
1121
- "title": "VIVA Payments Authenticate using basic auth",
1122
- "id": "viva.com-authenticate"
1123
- },
1124
- {
1125
- "title": "SwiftRef",
1126
- "id": "swift.com-swiftref"
1127
- },
1128
- {
1129
- "title": "LinkedIn Apply Connect",
1130
- "id": "linkedin.com-apply-connect"
1131
- },
1132
- {
1133
- "title": "ChangeHealthcare Medical Network Professional Claims",
1134
- "id": "changehealthcare.com-medical-network",
1135
- "version": "v3"
1136
- },
1137
- {
1138
- "title": "Auth0 Management",
1139
- "id": "auth0.com-management"
1140
- },
1141
- {
1142
- "title": "Zapsign",
1143
- "id": "zapsign.com"
1144
- },
1145
- {
1146
- "title": "Yodlee",
1147
- "id": "yodlee.com"
1148
- },
1149
- {
1150
- "title": "Perenual",
1151
- "id": "perenual.com"
1152
- },
1153
- {
1154
- "title": "UPS OAuth Client Credentials",
1155
- "id": "ups.com-oauth-client-credentials"
1156
- },
1157
- {
1158
- "title": "Swift GPI Tracker",
1159
- "id": "swift.com-gpi-tracker",
1160
- "version": "v4"
1161
- },
1162
- {
1163
- "title": "FRC FirstRobotics Events",
1164
- "id": "firstrobotics.com-events"
1165
- },
1166
- {
1167
- "title": "Adyen Transfers",
1168
- "id": "adyen.com-transfers",
1169
- "version": "v4"
1170
- },
1171
- {
1172
- "title": "Scrape.do Web Scraping",
1173
- "id": "scrape.do"
1174
- },
1175
- {
1176
- "title": "WATI",
1177
- "id": "wati.com"
1178
- },
1179
- {
1180
- "title": "MoEngage - Data",
1181
- "id": "moengage.com-data"
1182
- },
1183
- {
1184
- "title": "CheapShark",
1185
- "id": "cheapshark.com"
1186
- },
1187
- {
1188
- "title": "Kong CE Admin",
1189
- "id": "kong.com-ce-admin",
1190
- "version": "v2.0"
1191
- },
1192
- {
1193
- "title": "Tatum",
1194
- "id": "tatum.io"
1195
- },
1196
- {
1197
- "title": "HyperSwitch",
1198
- "id": "hyperswitch.com"
1199
- },
1200
- {
1201
- "title": "Sapling AI",
1202
- "id": "saplingai.com"
1203
- },
1204
- {
1205
- "title": "Transfeera",
1206
- "id": "transfeera.com"
1207
- },
1208
- {
1209
- "title": "Canvas FHIR",
1210
- "id": "canvasmedical.com-fhir"
1211
- },
1212
- {
1213
- "title": "Tamara",
1214
- "id": "tamara.com",
1215
- "version": "v1.0"
1216
- },
1217
- {
1218
- "title": "Insider",
1219
- "id": "useinsider.com"
1220
- },
1221
- {
1222
- "title": "Salesforce Platform",
1223
- "id": "salesforce.com-platform"
1224
- },
1225
- {
1226
- "title": "Zendesk Talk",
1227
- "id": "zendesk.com-talk"
1228
- },
1229
- {
1230
- "title": "Zuora",
1231
- "id": "zuora.com"
1232
- },
1233
- {
1234
- "title": "HrFlow.ai",
1235
- "id": "hrflow.ai"
1236
- },
1237
- {
1238
- "title": "Speechace",
1239
- "id": "speechace.com"
1240
- },
1241
- {
1242
- "title": "Swift Messaging",
1243
- "id": "swift.com-messaging"
1244
- },
1245
- {
1246
- "title": "TalonOne Integration",
1247
- "id": "talonone.com"
1248
- },
1249
- {
1250
- "title": "Etherscan",
1251
- "id": "etherscan.io"
1252
- },
1253
- {
1254
- "title": "Payoneer Mass Payout",
1255
- "id": "payoneer.com-mass-payout"
1256
- },
1257
- {
1258
- "title": "Stark Bank",
1259
- "id": "starkbank.com",
1260
- "version": "v2"
1261
- },
1262
- {
1263
- "title": "VIVA Payments Generate webhook verification key",
1264
- "id": "viva.com-webhook-verification"
1265
- },
1266
- {
1267
- "title": "Customer.io Data Pipelines",
1268
- "id": "customer.io"
1269
- },
1270
- {
1271
- "title": "ZATCA",
1272
- "id": "zatca.com"
1273
- },
1274
- {
1275
- "title": "PingOne Authorize",
1276
- "id": "pingone.com-authorize"
1277
- },
1278
- {
1279
- "title": "Skyscanner B2B",
1280
- "id": "skyscanner.com-b2b",
1281
- "version": "v3"
1282
- },
1283
- {
1284
- "title": "Walmart Marketplace",
1285
- "id": "walmart.com-marketplace"
1286
- },
1287
- {
1288
- "title": "Focus NFe",
1289
- "id": "focusnfe.com"
1290
- },
1291
- {
1292
- "title": "Melissa",
1293
- "id": "melissa.com"
1294
- },
1295
- {
1296
- "title": "EODHD Historical Data",
1297
- "id": "eodhistoricaldata.com"
1298
- },
1299
- {
1300
- "title": "Zendesk Webhook",
1301
- "id": "zendesk.com-webhook"
1302
- },
1303
- {
1304
- "title": "Updivision.com",
1305
- "id": "updivision.com"
1306
- },
1307
- {
1308
- "title": "TradingView",
1309
- "id": "tradingview.com"
1310
- },
1311
- {
1312
- "title": "Akool Faceswap Web",
1313
- "id": "faceswap akool.com"
1314
- },
1315
- {
1316
- "title": "Viva Payments Retrieve transactions",
1317
- "id": "viva.com-retrieve-transactions",
1318
- "version": "v2"
1319
- },
1320
- {
1321
- "title": "CloudFlare",
1322
- "id": "cloudflare.com"
1323
- },
1324
- {
1325
- "title": "Elasticsearch",
1326
- "id": "elasticsearch.com"
1327
- },
1328
- {
1329
- "title": "Peach Payments Checkout",
1330
- "id": "peachpayments.com-checkout"
1331
- },
1332
- {
1333
- "title": "Zendesk AnswerBot",
1334
- "id": "zendesk.com-answerbot"
1335
- },
1336
- {
1337
- "title": "Zoom Phone",
1338
- "id": "zoom.com-phone"
1339
- },
1340
- {
1341
- "title": "Bitbucket",
1342
- "id": "bitbucket.com"
1343
- },
1344
- {
1345
- "title": "Oracle Identity and Access Management Service",
1346
- "id": "oracle.com-identity-access-management"
1347
- },
1348
- {
1349
- "title": "Flagsmith",
1350
- "id": "flagsmith.com"
1351
- },
1352
- {
1353
- "title": "CyberArk Identity",
1354
- "id": "cyberark.com-identity"
1355
- },
1356
- {
1357
- "title": "Mailjet",
1358
- "id": "mailjet.com"
1359
- },
1360
- {
1361
- "title": "LinkedIn Audiences",
1362
- "id": "linkedin.com-audiences"
1363
- },
1364
- {
1365
- "title": "FedEx Ship",
1366
- "id": "fedex.com-ship"
1367
- },
1368
- {
1369
- "title": "FedEx Rates and Transit Times",
1370
- "id": "fedex.com-rates-transit-times"
1371
- },
1372
- {
1373
- "title": "Telnyx Call Control",
1374
- "id": "telnyx.com-call-control"
1375
- },
1376
- {
1377
- "title": "AWS Amazon Web Services Cognito Identity Provider",
1378
- "id": "amazon.com-cognito-identity-provider"
1379
- },
1380
- {
1381
- "title": "Customer.io Journeys App",
1382
- "id": "customer.io-journeys"
1383
- },
1384
- {
1385
- "title": "Adyen Management",
1386
- "id": "adyen.com-management",
1387
- "version": "v3"
1388
- },
1389
- {
1390
- "title": "Frontapp Core",
1391
- "id": "frontapp.com-core"
1392
- },
1393
- {
1394
- "title": "Change Healthcare Medical Network Claim Status",
1395
- "id": "changehealthcare.com-claim-status",
1396
- "version": "v2"
1397
- },
1398
- {
1399
- "title": "Call of Duty",
1400
- "id": "callofduty.com"
1401
- },
1402
- {
1403
- "title": "UPS Shipping",
1404
- "id": "ups.com-shipping"
1405
- },
1406
- {
1407
- "title": "Geonode",
1408
- "id": "geonode.com"
1409
- },
1410
- {
1411
- "title": "Gusto",
1412
- "id": "gusto.com"
1413
- },
1414
- {
1415
- "title": "Primary Trading",
1416
- "id": "primary.com"
1417
- },
1418
- {
1419
- "title": "UPS OAuth Auth Code",
1420
- "id": "ups.com-oauth-auth-code"
1421
- },
1422
- {
1423
- "title": "Amazon Selling Partner Catalog Items",
1424
- "id": "amazon.com-selling-partner-catalog-items"
1425
- },
1426
- {
1427
- "title": "SYSCOM",
1428
- "id": "syscom.com"
1429
- },
1430
- {
1431
- "title": "Gitlab CI CD",
1432
- "id": "gitlab.com-ci-cd"
1433
- },
1434
- {
1435
- "title": "SportRadar MMA",
1436
- "id": "sportradar.com-mma",
1437
- "version": "v2"
1438
- },
1439
- {
1440
- "title": "HIKVISION",
1441
- "id": "hikvision.com"
1442
- },
1443
- {
1444
- "title": "Productboard",
1445
- "id": "productboard.com"
1446
- },
1447
- {
1448
- "title": "Infobip WhatsApp",
1449
- "id": "infobip.com-whatsapp"
1450
- },
1451
- {
1452
- "title": "Drophub",
1453
- "id": "drophub.com"
1454
- },
1455
- {
1456
- "title": "AvaTax",
1457
- "id": "avalara.com"
1458
- },
1459
- {
1460
- "title": "Revolut Merchant",
1461
- "id": "revolut.com-merchant"
1462
- },
1463
- {
1464
- "title": "Wildberries",
1465
- "id": "wildberries.com"
1466
- },
1467
- {
1468
- "title": "Solcast",
1469
- "id": "solcast.com"
1470
- },
1471
- {
1472
- "title": "AWS Amazon Web Services EC2",
1473
- "id": "amazon.com-ec2"
1474
- },
1475
- {
1476
- "title": "Rutter Commerce",
1477
- "id": "rutter.com-commerce"
1478
- },
1479
- {
1480
- "title": "Mastercard BIN Lookup",
1481
- "id": "mastercard.com-bin-lookup"
1482
- },
1483
- {
1484
- "title": "Acronis Account Management",
1485
- "id": "acronis.com-account-management"
1486
- },
1487
- {
1488
- "title": "IBANAPI",
1489
- "id": "ibanapi.com"
1490
- },
1491
- {
1492
- "title": "MongoDB Data",
1493
- "id": "mongodb.com-data-api"
1494
- },
1495
- {
1496
- "title": "Fastly",
1497
- "id": "fastly.com"
1498
- },
1499
- {
1500
- "title": "Payoneer Mass Payout & Services",
1501
- "id": "payoneer.com-mass-payout-services"
1502
- },
1503
- {
1504
- "title": "Mastercard Open Banking US",
1505
- "id": "mastercard.com-open-banking"
1506
- },
1507
- {
1508
- "title": "Durianpay Merchant",
1509
- "id": "durianpay.com-merchant",
1510
- "version": "v1"
1511
- },
1512
- {
1513
- "title": "Opsgenie",
1514
- "id": "opsgenie.com"
1515
- },
1516
- {
1517
- "title": "Cisco SD WAN AlwaysOn",
1518
- "id": "cisco.com-sd-wan-alwayson"
1519
- },
1520
- {
1521
- "title": "Zoho Desk",
1522
- "id": "zoho.com-desk"
1523
- },
1524
- {
1525
- "title": "Data.World",
1526
- "id": "data.world"
1527
- },
1528
- {
1529
- "title": "Immoscout24 Import/Export",
1530
- "id": "immoscout24.com-import-export"
1531
- },
1532
- {
1533
- "title": "Klaviyo",
1534
- "id": "klaviyo.com",
1535
- "version": "v2024-02-15"
1536
- },
1537
- {
1538
- "title": "Shyft",
1539
- "id": "shyft.com",
1540
- "version": "v1"
1541
- },
1542
- {
1543
- "title": "Twitter Ads",
1544
- "id": "twitter.com-ads"
1545
- },
1546
- {
1547
- "title": "Plant.id",
1548
- "id": "plant.id",
1549
- "version": "v3"
1550
- },
1551
- {
1552
- "title": "Immoscout24 Expose",
1553
- "id": "immoscout24.com-expose"
1554
- },
1555
- {
1556
- "title": "SW",
1557
- "id": "sw.com"
1558
- },
1559
- {
1560
- "title": "Tyk Gateway",
1561
- "id": "tyk.com-gateway",
1562
- "version": "v3.2.1"
1563
- },
1564
- {
1565
- "title": "LiveChat Customer Chat",
1566
- "id": "livechat.com-customer-chat",
1567
- "version": "v3.5"
1568
- },
1569
- {
1570
- "title": "Monoova Payments Platform",
1571
- "id": "monoova.com"
1572
- },
1573
- {
1574
- "title": "Africa's Talking Bulk SMS",
1575
- "id": "africastalking.com-bulk-sms"
1576
- },
1577
- {
1578
- "title": "DocuSign Rooms",
1579
- "id": "docusign.com-rooms",
1580
- "version": "v2"
1581
- },
1582
- {
1583
- "title": "Viva.com Cloud",
1584
- "id": "viva.com-cloud"
1585
- },
1586
- {
1587
- "title": "FPL Fantasy Premier League",
1588
- "id": "fantasy.premierleague.com"
1589
- },
1590
- {
1591
- "title": "Metapack Shipping",
1592
- "id": "metapack.com-shipping"
1593
- },
1594
- {
1595
- "title": "iRacing",
1596
- "id": "iracing.com"
1597
- },
1598
- {
1599
- "title": "LinkedIn Recruiter System Connect",
1600
- "id": "linkedin.com-recruiter-system-connect"
1601
- },
1602
- {
1603
- "title": "Duo",
1604
- "id": "duo.com"
1605
- },
1606
- {
1607
- "title": "Akamai Reporting",
1608
- "id": "akamai.com-reporting"
1609
- },
1610
- {
1611
- "title": "Merge HRIS",
1612
- "id": "merge.com-hris"
1613
- },
1614
- {
1615
- "title": "Frappe ERPNext",
1616
- "id": "frappe.com"
1617
- },
1618
- {
1619
- "title": "DHRU FUSION CLIENT",
1620
- "id": "dhru.com-fusion-client",
1621
- "version": "v2"
1622
- },
1623
- {
1624
- "title": "Vultr",
1625
- "id": "vultr.com",
1626
- "version": "v2"
1627
- },
1628
- {
1629
- "title": "Bigin",
1630
- "id": "bigin.com"
1631
- },
1632
- {
1633
- "title": "Salesforce Data Cloud Connect",
1634
- "id": "salesforce.com-data-cloud-connect"
1635
- },
1636
- {
1637
- "title": "SportRadar Odds Comparison Regular",
1638
- "id": "sportradar.com-odds-comparison-regular",
1639
- "version": "v1"
1640
- },
1641
- {
1642
- "title": "Imdb",
1643
- "id": "imdb.com"
1644
- },
1645
- {
1646
- "title": "JP Hotel",
1647
- "id": "jp.com-hotel"
1648
- },
1649
- {
1650
- "title": "Adobe Acrobat Sign",
1651
- "id": "adobe.com-acrobat-sign"
1652
- },
1653
- {
1654
- "title": "Etsy",
1655
- "id": "etsy.com"
1656
- },
1657
- {
1658
- "title": "Jamf Pro",
1659
- "id": "jamf.com-pro",
1660
- "version": "v11.2.0"
1661
- },
1662
- {
1663
- "title": "VAPIX",
1664
- "id": "vapix.com"
1665
- },
1666
- {
1667
- "title": "TransferWise",
1668
- "id": "wise.com"
1669
- },
1670
- {
1671
- "title": "Etherscan Tokens",
1672
- "id": "etherscan.com-tokens"
1673
- },
1674
- {
1675
- "title": "Firely Server",
1676
- "id": "firely.com-server"
1677
- },
1678
- {
1679
- "title": "Fine-Tuner",
1680
- "id": "fine-tuner.com"
1681
- },
1682
- {
1683
- "title": "Commvault",
1684
- "id": "commvault.com"
1685
- },
1686
- {
1687
- "title": "BigCommerce",
1688
- "id": "bigcommerce.com",
1689
- "version": "v3"
1690
- },
1691
- {
1692
- "title": "Dropbox Sign",
1693
- "id": "dropbox.com-sign"
1694
- },
1695
- {
1696
- "title": "TransferWise Partner Account",
1697
- "id": "wise.com-partner-account"
1698
- },
1699
- {
1700
- "title": "Stytch",
1701
- "id": "stytch.com"
1702
- },
1703
- {
1704
- "title": "Plaid Core Exchange",
1705
- "id": "plaid.com-core-exchange"
1706
- },
1707
- {
1708
- "title": "Okta OpenID Connect & OAuth",
1709
- "id": "okta.com-openid-connect-oauth-2"
1710
- },
1711
- {
1712
- "title": "Orange Sonatel",
1713
- "id": "orange-sonatel.com"
1714
- },
1715
- {
1716
- "title": "SportRadar MLB",
1717
- "id": "sportradar.com-mlb",
1718
- "version": "v7"
1719
- },
1720
- {
1721
- "title": "Bandwidth",
1722
- "id": "bandwidth.com",
1723
- "version": "v1"
1724
- },
1725
- {
1726
- "title": "Venus",
1727
- "id": "venus.com"
1728
- },
1729
- {
1730
- "title": "Akamai Edge Diagnostics",
1731
- "id": "akamai.com-edge-diagnostics"
1732
- },
1733
- {
1734
- "title": "Amazon Selling Partner Reports",
1735
- "id": "amazon.com-selling-partner-reports"
1736
- },
1737
- {
1738
- "title": "CoinMarketCal",
1739
- "id": "coinmarketcal.com"
1740
- },
1741
- {
1742
- "title": "SportRadar NCAA Men's Basketball",
1743
- "id": "sportradar.com-ncaa-mens-basketball",
1744
- "version": "v8"
1745
- },
1746
- {
1747
- "title": "Imperva",
1748
- "id": "imperva.com"
1749
- },
1750
- {
1751
- "title": "NewsCatcher News",
1752
- "id": "newscatcher.com",
1753
- "version": "v2"
1754
- },
1755
- {
1756
- "title": "Oracle Hospitality Property",
1757
- "id": "oracle.com-hospitality-property"
1758
- },
1759
- {
1760
- "title": "Route Mobile WhatsApp Business Messaging",
1761
- "id": "routemobile.com-whatsapp-business-messaging"
1762
- },
1763
- {
1764
- "title": "Sudo.Cards",
1765
- "id": "sudo.cards"
1766
- },
1767
- {
1768
- "title": "Autodesk PWS Sales & Customer Success",
1769
- "id": "autodesk.com-pws-sales-customer-success"
1770
- },
1771
- {
1772
- "title": "Google Vision",
1773
- "id": "google.com-vision"
1774
- },
1775
- {
1776
- "title": "NetSuite",
1777
- "id": "netsuite.com"
1778
- },
1779
- {
1780
- "title": "PayPal Payouts",
1781
- "id": "paypal.com-payouts"
1782
- },
1783
- {
1784
- "title": "Cisco ISE ERS",
1785
- "id": "cisco.com-ise-ers"
1786
- },
1787
- {
1788
- "title": "Huawei AppGallery Connect",
1789
- "id": "huawei.com-appgallery-connect"
1790
- },
1791
- {
1792
- "title": "CoWIN",
1793
- "id": "cowin.gov.in"
1794
- },
1795
- {
1796
- "title": "Veeva Vault",
1797
- "id": "veeva.com-vault",
1798
- "version": "v23.3"
1799
- },
1800
- {
1801
- "title": "Swagger Petstore",
1802
- "id": "swagger.io-petstore"
1803
- },
1804
- {
1805
- "title": "Sendbird Calls",
1806
- "id": "sendbird.com-calls"
1807
- },
1808
- {
1809
- "title": "GP GlobalProduct",
1810
- "id": "globalproduct.com"
1811
- },
1812
- {
1813
- "title": "Microsoft Graph Certificate Auth",
1814
- "id": "microsoft.com-graph-certificate-auth"
1815
- },
1816
- {
1817
- "title": "Amazon Payment Services",
1818
- "id": "amazonpaymentservices.com"
1819
- },
1820
- {
1821
- "title": "Moodle",
1822
- "id": "moodle.com"
1823
- },
1824
- {
1825
- "title": "Oracle Cloud Infrastructure Language",
1826
- "id": "oracle.com-cloud-infrastructure-language"
1827
- },
1828
- {
1829
- "title": "SportRadar Odds Comparison Player Props",
1830
- "id": "sportradar.com-odds-comparison-player-props",
1831
- "version": "v2"
1832
- },
1833
- {
1834
- "title": "Telnyx Number Lookup",
1835
- "id": "telnyx.com-number-lookup"
1836
- },
1837
- {
1838
- "title": "Football-data.org",
1839
- "id": "football-data.org",
1840
- "version": "v4"
1841
- },
1842
- {
1843
- "title": "Nigeria Open Banking",
1844
- "id": "openbankingnigeria.com",
1845
- "version": "v1"
1846
- },
1847
- {
1848
- "title": "Bitly",
1849
- "id": "bitly.com"
1850
- },
1851
- {
1852
- "title": "dbt Cloud Object Management",
1853
- "id": "dbt.com-cloud-object-management"
1854
- },
1855
- {
1856
- "title": "Treasury Prime",
1857
- "id": "treasuryprime.com"
1858
- },
1859
- {
1860
- "title": "Tiktok Traffic Objective",
1861
- "id": "tiktok.com-traffic-objective"
1862
- },
1863
- {
1864
- "title": "UPS Tracking",
1865
- "id": "ups.com-tracking"
1866
- },
1867
- {
1868
- "title": "Loket",
1869
- "id": "loket.com"
1870
- },
1871
- {
1872
- "title": "Signeasy eSignature",
1873
- "id": "signeasy.com",
1874
- "version": "v3.0"
1875
- },
1876
- {
1877
- "title": "Bolt",
1878
- "id": "bolt.com"
1879
- },
1880
- {
1881
- "title": "Akool Faceswap Web",
1882
- "id": "akool.com-faceswap-web"
1883
- },
1884
- {
1885
- "title": "SmartOLT",
1886
- "id": "smartolt.com"
1887
- },
1888
- {
1889
- "title": "TransferWise Wise for Banks",
1890
- "id": "wise.com-banks"
1891
- },
1892
- {
1893
- "title": "Tellelabs",
1894
- "id": "tellelabs.com"
1895
- },
1896
- {
1897
- "title": "Pagar.me",
1898
- "id": "pagar.me",
1899
- "version": "v5"
1900
- },
1901
- {
1902
- "title": "Docker Engine",
1903
- "id": "docker.com-engine"
1904
- },
1905
- {
1906
- "title": "CyberArk Identity User Management",
1907
- "id": "cyberark.com-identity-user-management"
1908
- },
1909
- {
1910
- "title": "Gong",
1911
- "id": "gong.com"
1912
- },
1913
- {
1914
- "title": "Google Cloud Firestore",
1915
- "id": "google.com-firestore"
1916
- },
1917
- {
1918
- "title": "OpenWeatherMap",
1919
- "id": "openweathermap.com"
1920
- },
1921
- {
1922
- "title": "ManageEngine - ServiceDesk plus",
1923
- "id": "manageengine.com-servicedeskplus"
1924
- },
1925
- {
1926
- "title": "UPS Rating",
1927
- "id": "ups.com-rating"
1928
- },
1929
- {
1930
- "title": "Pricempire.com",
1931
- "id": "pricempire.com"
1932
- },
1933
- {
1934
- "title": "PandaScore",
1935
- "id": "pandascore.com"
1936
- },
1937
- {
1938
- "title": "QuickBooks Online",
1939
- "id": "quickbooks.com"
1940
- },
1941
- {
1942
- "title": "LiveChat Configuration",
1943
- "id": "livechat.com-configuration",
1944
- "version": "v3.5"
1945
- },
1946
- {
1947
- "title": "Merge Accounting",
1948
- "id": "merge.com"
1949
- },
1950
- {
1951
- "title": "JAMF",
1952
- "id": "jamf.com",
1953
- "version": "v10.49.0"
1954
- },
1955
- {
1956
- "title": "VMWare vSphere Automation",
1957
- "id": "vmware.com-vcenter"
1958
- },
1959
- {
1960
- "title": "VMWare Carbon Black",
1961
- "id": "vmware.com-carbon-black"
1962
- },
1963
- {
1964
- "title": "Midjourney",
1965
- "id": "midjourney.com",
1966
- "version": "v2"
1967
- },
1968
- {
1969
- "title": "LinkedIn Lead Sync",
1970
- "id": "linkedin.com-lead-sync",
1971
- "version": "v2"
1972
- },
1973
- {
1974
- "title": "SailPoint IdentityNow NERM",
1975
- "id": "sailpoint.com-identitynow-nerm"
1976
- },
1977
- {
1978
- "title": "Microsoft SharePoint",
1979
- "id": "microsoft.com-sharepoint"
1980
- },
1981
- {
1982
- "title": "VTEX",
1983
- "id": "vtex.com"
1984
- },
1985
- {
1986
- "title": "Appcues",
1987
- "id": "appcues.com",
1988
- "version": "v2"
1989
- },
1990
- {
1991
- "title": "Airalo Partner",
1992
- "id": "airalo.com-partner"
1993
- },
1994
- {
1995
- "title": "Bond",
1996
- "id": "bond.com"
1997
- },
1998
- {
1999
- "title": "Mattermost",
2000
- "id": "mattermost.com"
2001
- },
2002
- {
2003
- "title": "Tenable Vulnerability Management",
2004
- "id": "tenable.com-vulnerability-management"
2005
- },
2006
- {
2007
- "title": "Tenable WAS Web Application Scanning",
2008
- "id": "tenable.com-was"
2009
- },
2010
- {
2011
- "title": "Tenable Platform",
2012
- "id": "tenable.com-platform"
2013
- },
2014
- {
2015
- "title": "Tenable MSSP Managed Security Service Provider",
2016
- "id": "tenable.com-mssp"
2017
- },
2018
- {
2019
- "title": "Tenable Downloads",
2020
- "id": "tenable.com-downloads"
2021
- },
2022
- {
2023
- "title": "Tenable Container Security",
2024
- "id": "tenable.com-container-security"
2025
- },
2026
- {
2027
- "title": "Cisco Webex Messaging",
2028
- "id": "cisco.com-webex-messaging"
2029
- },
2030
- {
2031
- "title": "Cisco SD WAN",
2032
- "id": "cisco.com-sd-wan"
2033
- },
2034
- {
2035
- "title": "Cisco Umbrella",
2036
- "id": "cisco.com-umbrella"
2037
- },
2038
- {
2039
- "title": "Cisco Meraki Webhooks Management",
2040
- "id": "cisco.com-meraki-webhooks"
2041
- },
2042
- {
2043
- "title": "Cisco Meraki",
2044
- "id": "cisco.com-meraki"
2045
- },
2046
- {
2047
- "title": "Cisco Webex Meetings",
2048
- "id": "cisco.com-webex-meetings"
2049
- },
2050
- {
2051
- "title": "Cisco Secure Firewall Management Center (FMC)",
2052
- "id": "cisco.com-secure-firewall-management-center"
2053
- },
2054
- {
2055
- "title": "Arsha BDO Market",
2056
- "id": "arsha.io-bdo-market"
2057
- },
2058
- {
2059
- "title": "Tremendous",
2060
- "id": "tremendous.com"
2061
- },
2062
- {
2063
- "title": "GMB Row",
2064
- "id": "gmb.com-row"
2065
- },
2066
- {
2067
- "title": "Pluggy",
2068
- "id": "pluggy.com"
2069
- },
2070
- {
2071
- "title": "Fortinet Fortimanager",
2072
- "id": "fortinet.com-fortimanager"
2073
- },
2074
- {
2075
- "title": "Hybrid Analysis",
2076
- "id": "hybrid-analysis.com"
2077
- },
2078
- {
2079
- "title": "Trellix ePO",
2080
- "id": "trellix.com-epo"
2081
- },
2082
- {
2083
- "title": "Trellix IVX",
2084
- "id": "trellix.com-ivx"
2085
- },
2086
- {
2087
- "title": "Trellix DLP",
2088
- "id": "trellix.com-dlp"
2089
- },
2090
- {
2091
- "title": "Greynoise",
2092
- "id": "greynoise.io"
2093
- },
2094
- {
2095
- "title": "Greynoise Enterprise",
2096
- "id": "greynoise.io-enterprise"
2097
- },
2098
- {
2099
- "title": "Azure Resource Management",
2100
- "id": "azure.com-resource-management"
2101
- },
2102
- {
2103
- "title": "Exotel Voice",
2104
- "id": "exotel.com-voice",
2105
- "version": "v1"
2106
- },
2107
- {
2108
- "title": "Github",
2109
- "id": "github.com"
2110
- },
2111
- {
2112
- "title": "Lipseys",
2113
- "id": "lipseys.com"
2114
- },
2115
- {
2116
- "title": "R-Series Authentication",
2117
- "id": "lightspeed.com-r-series-authentication"
2118
- },
2119
- {
2120
- "title": "Skyscanner Referrals",
2121
- "id": "skyscanner.com-referrals"
2122
- },
2123
- {
2124
- "title": "Swift GPI Transaction Details",
2125
- "id": "swift.com-gpi-transaction-details"
2126
- },
2127
- {
2128
- "title": "Luxand Cloud",
2129
- "id": "luxand.cloud"
2130
- },
2131
- {
2132
- "title": "Sonatel QRCODE OM",
2133
- "id": "sonatel.com-qrcode-om"
2134
- },
2135
- {
2136
- "title": "Keycloak",
2137
- "id": "keycloak.com"
2138
- },
2139
- {
2140
- "title": "Veriff",
2141
- "id": "veriff.com",
2142
- "version": "v1.0"
2143
- },
2144
- {
2145
- "title": "Transak",
2146
- "id": "transak.com"
2147
- },
2148
- {
2149
- "title": "Auth0",
2150
- "id": "auth0.com"
2151
- },
2152
- {
2153
- "title": "Google Search Console",
2154
- "id": "google.com-search-console"
2155
- },
2156
- {
2157
- "title": "PAN Palo Alto Networks PAN-OS XML",
2158
- "id": "paloaltonetworks.com-pan-os-xml"
2159
- },
2160
- {
2161
- "title": "PAN Palo Alto Networks Cloud Services Status",
2162
- "id": "paloaltonetworks.com-cloud-services-status"
2163
- },
2164
- {
2165
- "title": "PAN Palo Alto Networks Licensing",
2166
- "id": "paloaltonetworks.com-licensing"
2167
- },
2168
- {
2169
- "title": "PAN Palo Alto Networks Prisma Cloud",
2170
- "id": "paloaltonetworks.com-prisma-cloud"
2171
- },
2172
- {
2173
- "title": "AWS Amazon Web Services Security Token Service",
2174
- "id": "aws.com-security-token-service"
2175
- },
2176
- {
2177
- "title": "FHIRFLY",
2178
- "id": "fhirfly.com"
2179
- },
2180
- {
2181
- "title": "Okta Policy",
2182
- "id": "okta.com-policy"
2183
- },
2184
- {
2185
- "title": "Paypal Sandbox Paths",
2186
- "id": "paypal.com-sandbox-paths"
2187
- },
2188
- {
2189
- "title": "onlinesim.ru Receiving SMS",
2190
- "id": "onlinesim.ru-receiving-sms"
2191
- },
2192
- {
2193
- "title": "LightSpeedHQ R-Series Inventory",
2194
- "id": "lightspeed.com-r-series-inventory"
2195
- },
2196
- {
2197
- "title": "Akamai Certificate Provisioning System",
2198
- "id": "akamai.com-certificate-provisioning-system"
2199
- },
2200
- {
2201
- "title": "Knock",
2202
- "id": "knock.com"
2203
- },
2204
- {
2205
- "title": "Acrgis Data hosting",
2206
- "id": "arcgis.com-data-hosting"
2207
- },
2208
- {
2209
- "title": "Alpha Vantage",
2210
- "id": "alpha-vantage.com"
2211
- },
2212
- {
2213
- "title": "Anaplan",
2214
- "id": "anaplan.com"
2215
- },
2216
- {
2217
- "title": "MoMo E-Wallet Recurring Payments",
2218
- "id": "momo.com-recurring-payments"
2219
- },
2220
- {
2221
- "title": "Ethereum JSON-RPC",
2222
- "id": "ethereum.com-json-rpc"
2223
- },
2224
- {
2225
- "title": "SurrealDB",
2226
- "id": "surrealdb.com"
2227
- },
2228
- {
2229
- "title": "360Dialog Integrated Onboarding Partner",
2230
- "id": "360dialog.com-integrated-onboarding-partner"
2231
- },
2232
- {
2233
- "title": "Opencep",
2234
- "id": "opencep.com"
2235
- },
2236
- {
2237
- "title": "TravelTime",
2238
- "id": "traveltime.com"
2239
- },
2240
- {
2241
- "title": "Power BI Embedded Azure Resource Manager",
2242
- "id": "powerbi.com-embedded-azure-resource-manager",
2243
- "version": "v2017-10-01"
2244
- },
2245
- {
2246
- "title": "LinkedIn Apply With",
2247
- "id": "linkedin.com-apply-with",
2248
- "version": "v3"
2249
- },
2250
- {
2251
- "title": "DataCite",
2252
- "id": "datacite.com"
2253
- },
2254
- {
2255
- "title": "Flight",
2256
- "id": "flight.com",
2257
- "version": "v1"
2258
- },
2259
- {
2260
- "title": "Stuart",
2261
- "id": "stuart.com"
2262
- },
2263
- {
2264
- "title": "Aiia",
2265
- "id": "aiia.com"
2266
- },
2267
- {
2268
- "title": "Argyle",
2269
- "id": "argyle.com",
2270
- "version": "v2"
2271
- },
2272
- {
2273
- "title": "r/SpaceX",
2274
- "id": "spacexdata.com"
2275
- },
2276
- {
2277
- "title": "Peach Payments",
2278
- "id": "peachpayments.com"
2279
- },
2280
- {
2281
- "title": "Revolut Open Banking",
2282
- "id": "revolut.com-open-banking"
2283
- },
2284
- {
2285
- "title": "Coinbase",
2286
- "id": "coinbase.com"
2287
- },
2288
- {
2289
- "title": "AWS Amazon Web Services DynamoDB",
2290
- "id": "aws.com-dynamodb"
2291
- },
2292
- {
2293
- "title": "Azure DevOps",
2294
- "id": "azure.com-devops",
2295
- "version": "v5.0"
2296
- },
2297
- {
2298
- "title": "NinjaOne",
2299
- "id": "ninjaone.com",
2300
- "version": "v2.0"
2301
- },
2302
- {
2303
- "title": "Salla Merchant",
2304
- "id": "salla.com-merchant"
2305
- },
2306
- {
2307
- "title": "USPS Web Tools Track and Confirm",
2308
- "id": "usps.com-track-and-confirm"
2309
- },
2310
- {
2311
- "title": "Cartes.io",
2312
- "id": "cartes.io"
2313
- },
2314
- {
2315
- "title": "Oracle Monitoring",
2316
- "id": "oracle.com-monitoring"
2317
- },
2318
- {
2319
- "title": "DynamicDocs JSON to PDF Templates",
2320
- "id": "dynamicdocs.com-json-to-pdf-templates"
2321
- },
2322
- {
2323
- "title": "DuckDuckGo Instant Answer",
2324
- "id": "duckduckgo.com-instant-answer"
2325
- },
2326
- {
2327
- "title": "TikTok Shop Open",
2328
- "id": "tiktok.com-shop-open"
2329
- },
2330
- {
2331
- "title": "Rasa X HTTP",
2332
- "id": "rasa.com-x-http"
2333
- },
2334
- {
2335
- "title": "Adyen Balance Control",
2336
- "id": "adyen.com-balance-control",
2337
- "version": "v1"
2338
- },
2339
- {
2340
- "title": "Shopware Admin",
2341
- "id": "shopware.com-admin",
2342
- "version": "6"
2343
- },
2344
- {
2345
- "title": "PrestaShop eCommerce",
2346
- "id": "prestashop.com-ecommerce"
2347
- },
2348
- {
2349
- "title": "Transferwise Wise Partner KYC Platform",
2350
- "id": "wise.com-wise-partner-kyc"
2351
- },
2352
- {
2353
- "title": "8/24 NexHealth Synchronizer",
2354
- "id": "nexhealth.com-synchronizer"
2355
- },
2356
- {
2357
- "title": "MessageBird",
2358
- "id": "messagebird.com"
2359
- },
2360
- {
2361
- "title": "Rapid7 InsightVM",
2362
- "id": "rapid7.com-insightvm"
2363
- },
2364
- {
2365
- "title": "NICE CXone - User Hub NA1",
2366
- "id": "nice.com-user-hub-na1"
2367
- },
2368
- {
2369
- "title": "Cora Bank",
2370
- "id": "corabank.com"
2371
- },
2372
- {
2373
- "title": "Universign Transactions",
2374
- "id": "universign.com-transactions"
2375
- },
2376
- {
2377
- "title": "Delhivery",
2378
- "id": "delhivery.com"
2379
- },
2380
- {
2381
- "title": "Envia Shipping Multi Carrier Solution for Ecommerce",
2382
- "id": "envia.com"
2383
- },
2384
- {
2385
- "title": "LiveChat Reports",
2386
- "id": "livechat.com-reports",
2387
- "version": "v3.5"
2388
- },
2389
- {
2390
- "title": "RingCentral",
2391
- "id": "ringcentral.com"
2392
- },
2393
- {
2394
- "title": "ComplyCube",
2395
- "id": "complycube.com",
2396
- "version": "v1"
2397
- },
2398
- {
2399
- "title": "pVerify",
2400
- "id": "pverify.com"
2401
- },
2402
- {
2403
- "title": "Swift GPI Customer Credit Transfer",
2404
- "id": "swift.com-gpi-customer-credit-transfer"
2405
- },
2406
- {
2407
- "title": "Backblaze B2 Cloud Storage S3 Compatible",
2408
- "id": "backblaze.com-b2-cloud-storage-s3-compatible"
2409
- },
2410
- {
2411
- "title": "SportRadar NCAA Men's Football",
2412
- "id": "ncaa.com-mens-football",
2413
- "version": "v7"
2414
- },
2415
- {
2416
- "title": "Opencart Shopping Cart",
2417
- "id": "opencart.com"
2418
- },
2419
- {
2420
- "title": "Smartcar",
2421
- "id": "smartcar.com"
2422
- },
2423
- {
2424
- "title": "Instapack Instagram",
2425
- "id": "instapack.com-instagram"
2426
- },
2427
- {
2428
- "title": "Adyen Checkout",
2429
- "id": "adyen.com-checkout2"
2430
- },
2431
- {
2432
- "title": "Arcgis Demographics & GeoEnrichment",
2433
- "id": "arcgis.com-demographics-geoenrichment"
2434
- },
2435
- {
2436
- "title": "Zendesk JWT Authentication",
2437
- "id": "zendesk.com-jwt-authentication"
2438
- },
2439
- {
2440
- "title": "Mercadopago Checkout PRO",
2441
- "id": "mercadopago.com-checkout-pro"
2442
- },
2443
- {
2444
- "title": "ReqRes",
2445
- "id": "reqres.com"
2446
- },
2447
- {
2448
- "title": "SPG Get Status",
2449
- "id": "spg.com-get-status"
2450
- },
2451
- {
2452
- "title": "Miro",
2453
- "id": "miro.com"
2454
- },
2455
- {
2456
- "title": "GSM Arena",
2457
- "id": "gsmarena.com"
2458
- },
2459
- {
2460
- "title": "WeChat Pay",
2461
- "id": "wechat.com-pay-v3",
2462
- "version": "v3"
2463
- },
2464
- {
2465
- "title": "Riot",
2466
- "id": "riot.com"
2467
- },
2468
- {
2469
- "title": "Zendesk Sunshine Events",
2470
- "id": "zendesk.com-sunshine-events"
2471
- },
2472
- {
2473
- "title": "TourInSoft Syndications Webservice",
2474
- "id": "tourinsoft.com-syndications-webservice-v3",
2475
- "version": "v3"
2476
- },
2477
- {
2478
- "title": "LightSpeed K-Series",
2479
- "id": "lightspeed.com-k-series"
2480
- },
2481
- {
2482
- "title": "Commerce Layer Core",
2483
- "id": "commercelayer.com-core",
2484
- "version": "2024-03-12"
2485
- },
2486
- {
2487
- "title": "Wemeet OAuth",
2488
- "id": "wemeet.com-oauth"
2489
- },
2490
- {
2491
- "title": "Banxa",
2492
- "id": "banxa.com"
2493
- },
2494
- {
2495
- "title": "Transferwise Wise Multi-Currency Account",
2496
- "id": "wise.com-multi-currency-account"
2497
- },
2498
- {
2499
- "title": "AWS Amazon Web Services Simple Email Service",
2500
- "id": "aws.com-simple-email-service"
2501
- },
2502
- {
2503
- "title": "Akamai Billing",
2504
- "id": "akamai.com-billing"
2505
- },
2506
- {
2507
- "title": "Twilio Webhook",
2508
- "id": "twilio.com-webhook"
2509
- },
2510
- {
2511
- "title": "Bungie.Net",
2512
- "id": "bungie.net"
2513
- },
2514
- {
2515
- "title": "Transfeera ContaCerta",
2516
- "id": "transfeera.com-contacerta"
2517
- },
2518
- {
2519
- "title": "Oracle Vision",
2520
- "id": "oracle.com-vision"
2521
- },
2522
- {
2523
- "title": "CEX.io",
2524
- "id": "cex.io"
2525
- },
2526
- {
2527
- "title": "UPS Address Validation",
2528
- "id": "ups.com-address-validation"
2529
- },
2530
- {
2531
- "title": "SPG MB REFERENCE",
2532
- "id": "spg.com-mb-reference"
2533
- },
2534
- {
2535
- "title": "Infobip Email",
2536
- "id": "infobip.com-email"
2537
- },
2538
- {
2539
- "title": "Forte",
2540
- "id": "forte.com-rest-v3",
2541
- "version": "v3"
2542
- },
2543
- {
2544
- "title": "TaxJar SmartCalcs",
2545
- "id": "taxjar.com-smartcalcs"
2546
- },
2547
- {
2548
- "title": "ChangeHealthcare Medical Network Claims Responses and Reports",
2549
- "id": "changehealthcare.com-claims-responses-and-reports",
2550
- "version": "v2"
2551
- },
2552
- {
2553
- "title": "Senapedia",
2554
- "id": "senapedia.com"
2555
- },
2556
- {
2557
- "title": "Zoho Subscriptions",
2558
- "id": "zoho.com-subscriptions"
2559
- },
2560
- {
2561
- "title": "Jasmin",
2562
- "id": "jasminsoftware.com"
2563
- },
2564
- {
2565
- "title": "Huawei AGC AppGallery Connect Publishing",
2566
- "id": "huawei.com-appgallery-connect-publishing"
2567
- },
2568
- {
2569
- "title": "Zendesk Unified Agent Status",
2570
- "id": "zendesk.com-unified-agent-status"
2571
- },
2572
- {
2573
- "title": "Zoom Chatbot",
2574
- "id": "zoom.com-chatbot"
2575
- },
2576
- {
2577
- "title": "Hashicorp Vault",
2578
- "id": "hashicorp.com-vault"
2579
- },
2580
- {
2581
- "title": "SailPoint IdentityNow SCIM",
2582
- "id": "sailpoint.com-identitynow-scim"
2583
- },
2584
- {
2585
- "title": "OMDb Open Movie Database",
2586
- "id": "omdbapi.com"
2587
- },
2588
- {
2589
- "title": "FIWARE",
2590
- "id": "fiware.com"
2591
- },
2592
- {
2593
- "title": "Merge ATS",
2594
- "id": "merge.com-ats"
2595
- },
2596
- {
2597
- "title": "HuggingFace Datasets",
2598
- "id": "huggingface.co-datasets"
2599
- },
2600
- {
2601
- "title": "Quotable",
2602
- "id": "quotable.com"
2603
- },
2604
- {
2605
- "title": "ActiveFence",
2606
- "id": "activefence.com"
2607
- },
2608
- {
2609
- "title": "NS NeuralSpace",
2610
- "id": "neuralspace.com"
2611
- },
2612
- {
2613
- "title": "Rev AI",
2614
- "id": "rev.com"
2615
- },
2616
- {
2617
- "title": "Akamai Identity and Access Management",
2618
- "id": "akamai.com-identity-and-access-management",
2619
- "version": "v3"
2620
- },
2621
- {
2622
- "title": "Twilio SendGrid",
2623
- "id": "sendgrid.com-v3",
2624
- "version": "v3"
2625
- },
2626
- {
2627
- "title": "Intercom",
2628
- "id": "intercom.com",
2629
- "version": "2.10"
2630
- },
2631
- {
2632
- "title": "Microsoft Entra VerifiedID Request",
2633
- "id": "microsoft.com-entra-verifiedid-request"
2634
- },
2635
- {
2636
- "title": "Twilio Messaging SMS",
2637
- "id": "twilio.com-messaging-sms"
2638
- },
2639
- {
2640
- "title": "AlienVault OTX",
2641
- "id": "otx.alienvault.com"
2642
- },
2643
- {
2644
- "title": "Qualys",
2645
- "id": "qualys.com"
2646
- },
2647
- {
2648
- "title": "Recorded Future",
2649
- "id": "recordedfuture.com"
2650
- }
2651
- ]