|
| 1 | +{ |
| 2 | + "name": "Epilot APIs", |
| 3 | + "description": "Collection of Epilot API specifications", |
| 4 | + "url": "https://docs.epilot.io", |
| 5 | + "apis": [ |
| 6 | + { |
| 7 | + "name": "Access Token API", |
| 8 | + "baseURL": "https://access-token.sls.epilot.io", |
| 9 | + "properties": [ |
| 10 | + { |
| 11 | + "type": "Swagger", |
| 12 | + "url": "https://docs.api.epilot.io/access-token.yaml" |
| 13 | + } |
| 14 | + ] |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "User API", |
| 18 | + "baseURL": "https://user.sls.epilot.io", |
| 19 | + "properties": [ |
| 20 | + { |
| 21 | + "type": "Swagger", |
| 22 | + "url": "https://docs.api.epilot.io/user.yaml" |
| 23 | + } |
| 24 | + ] |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "Organization API", |
| 28 | + "baseURL": "https://organization-v2.sls.epilot.io", |
| 29 | + "properties": [ |
| 30 | + { |
| 31 | + "type": "Swagger", |
| 32 | + "url": "https://docs.api.epilot.io/organization-v2.yaml" |
| 33 | + } |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "Entity API", |
| 38 | + "baseURL": "https://entity.sls.epilot.io", |
| 39 | + "properties": [ |
| 40 | + { |
| 41 | + "type": "Swagger", |
| 42 | + "url": "https://docs.api.epilot.io/entity.yaml" |
| 43 | + } |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "Batch API", |
| 48 | + "baseURL": "https://batch.sls.epilot.io", |
| 49 | + "properties": [ |
| 50 | + { |
| 51 | + "type": "Swagger", |
| 52 | + "url": "https://docs.api.epilot.io/batch.yaml" |
| 53 | + } |
| 54 | + ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "Submission API", |
| 58 | + "baseURL": "https://submission.sls.epilot.io", |
| 59 | + "properties": [ |
| 60 | + { |
| 61 | + "type": "Swagger", |
| 62 | + "url": "https://docs.api.epilot.io/submission-api.yaml" |
| 63 | + } |
| 64 | + ] |
| 65 | + }, |
| 66 | + { |
| 67 | + "name": "Pricing API", |
| 68 | + "baseURL": "https://pricing-api.sls.epilot.io", |
| 69 | + "properties": [ |
| 70 | + { |
| 71 | + "type": "Swagger", |
| 72 | + "url": "https://docs.api.epilot.io/pricing-api.yaml" |
| 73 | + } |
| 74 | + ] |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "Dashboard API", |
| 78 | + "baseURL": "https://dashboard.sls.epilot.io", |
| 79 | + "properties": [ |
| 80 | + { |
| 81 | + "type": "Swagger", |
| 82 | + "url": "https://docs.api.epilot.io/dashboard.yaml" |
| 83 | + } |
| 84 | + ] |
| 85 | + }, |
| 86 | + { |
| 87 | + "name": "Query API", |
| 88 | + "baseURL": "https://query.sls.epilot.io", |
| 89 | + "properties": [ |
| 90 | + { |
| 91 | + "type": "Swagger", |
| 92 | + "url": "https://docs.api.epilot.io/query.yaml" |
| 93 | + } |
| 94 | + ] |
| 95 | + }, |
| 96 | + { |
| 97 | + "name": "Webhooks API", |
| 98 | + "baseURL": "https://webhooks.sls.epilot.io", |
| 99 | + "properties": [ |
| 100 | + { |
| 101 | + "type": "Swagger", |
| 102 | + "url": "https://docs.api.epilot.io/webhooks.yaml" |
| 103 | + } |
| 104 | + ] |
| 105 | + }, |
| 106 | + { |
| 107 | + "name": "Permissions API", |
| 108 | + "baseURL": "https://permissions.sls.epilot.io", |
| 109 | + "properties": [ |
| 110 | + { |
| 111 | + "type": "Swagger", |
| 112 | + "url": "https://docs.api.epilot.io/permissions.yaml" |
| 113 | + } |
| 114 | + ] |
| 115 | + }, |
| 116 | + { |
| 117 | + "name": "Email Settings API", |
| 118 | + "baseURL": "https://email-settings.sls.epilot.io", |
| 119 | + "properties": [ |
| 120 | + { |
| 121 | + "type": "Swagger", |
| 122 | + "url": "https://docs.api.epilot.io/email-settings.yaml" |
| 123 | + } |
| 124 | + ] |
| 125 | + }, |
| 126 | + { |
| 127 | + "name": "Message API", |
| 128 | + "baseURL": "https://message.sls.epilot.io", |
| 129 | + "properties": [ |
| 130 | + { |
| 131 | + "type": "Swagger", |
| 132 | + "url": "https://docs.api.epilot.io/message.yaml" |
| 133 | + } |
| 134 | + ] |
| 135 | + }, |
| 136 | + { |
| 137 | + "name": "File API", |
| 138 | + "baseURL": "https://file.sls.epilot.io", |
| 139 | + "properties": [ |
| 140 | + { |
| 141 | + "type": "Swagger", |
| 142 | + "url": "https://docs.api.epilot.io/file.yaml" |
| 143 | + } |
| 144 | + ] |
| 145 | + }, |
| 146 | + { |
| 147 | + "name": "Journey API", |
| 148 | + "baseURL": "https://journey-config.sls.epilot.io", |
| 149 | + "properties": [ |
| 150 | + { |
| 151 | + "type": "Swagger", |
| 152 | + "url": "https://docs.api.epilot.io/journey-config.yaml" |
| 153 | + } |
| 154 | + ] |
| 155 | + }, |
| 156 | + { |
| 157 | + "name": "Address Suggestions API", |
| 158 | + "baseURL": "https://address-suggestions-api.sls.epilot.io", |
| 159 | + "properties": [ |
| 160 | + { |
| 161 | + "type": "Swagger", |
| 162 | + "url": "https://docs.api.epilot.io/address-suggestions-api.yaml" |
| 163 | + } |
| 164 | + ] |
| 165 | + }, |
| 166 | + { |
| 167 | + "name": "Document API", |
| 168 | + "baseURL": "https://document.sls.epilot.io", |
| 169 | + "properties": [ |
| 170 | + { |
| 171 | + "type": "Swagger", |
| 172 | + "url": "https://docs.api.epilot.io/document.yaml" |
| 173 | + } |
| 174 | + ] |
| 175 | + }, |
| 176 | + { |
| 177 | + "name": "Automation API", |
| 178 | + "baseURL": "https://automation.sls.epilot.io", |
| 179 | + "properties": [ |
| 180 | + { |
| 181 | + "type": "Swagger", |
| 182 | + "url": "https://docs.api.epilot.io/automation.yaml" |
| 183 | + } |
| 184 | + ] |
| 185 | + }, |
| 186 | + { |
| 187 | + "name": "Entity Mapping API", |
| 188 | + "baseURL": "https://entity-mapping.sls.epilot.io", |
| 189 | + "properties": [ |
| 190 | + { |
| 191 | + "type": "Swagger", |
| 192 | + "url": "https://docs.api.epilot.io/entity-mapping-api.yaml" |
| 193 | + } |
| 194 | + ] |
| 195 | + }, |
| 196 | + { |
| 197 | + "name": "Template Variables API", |
| 198 | + "baseURL": "https://template-variables-api.sls.epilot.io", |
| 199 | + "properties": [ |
| 200 | + { |
| 201 | + "type": "Swagger", |
| 202 | + "url": "https://docs.api.epilot.io/template-variables.yaml" |
| 203 | + } |
| 204 | + ] |
| 205 | + }, |
| 206 | + { |
| 207 | + "name": "Portal API", |
| 208 | + "baseURL": "https://customer-portal-api.sls.epilot.io", |
| 209 | + "properties": [ |
| 210 | + { |
| 211 | + "type": "Swagger", |
| 212 | + "url": "https://docs.api.epilot.io/customer-portal.yaml" |
| 213 | + } |
| 214 | + ] |
| 215 | + }, |
| 216 | + { |
| 217 | + "name": "Metering API", |
| 218 | + "baseURL": "https://metering.sls.epilot.io", |
| 219 | + "properties": [ |
| 220 | + { |
| 221 | + "type": "Swagger", |
| 222 | + "url": "https://docs.api.epilot.io/metering.yaml" |
| 223 | + } |
| 224 | + ] |
| 225 | + }, |
| 226 | + { |
| 227 | + "name": "Billing API", |
| 228 | + "baseURL": "https://billing.sls.epilot.io", |
| 229 | + "properties": [ |
| 230 | + { |
| 231 | + "type": "Swagger", |
| 232 | + "url": "https://docs.api.epilot.io/billing.yaml" |
| 233 | + } |
| 234 | + ] |
| 235 | + }, |
| 236 | + { |
| 237 | + "name": "Email Template API", |
| 238 | + "baseURL": "https://email-template.sls.epilot.io", |
| 239 | + "properties": [ |
| 240 | + { |
| 241 | + "type": "Swagger", |
| 242 | + "url": "https://docs.api.epilot.io/email-template.yaml" |
| 243 | + } |
| 244 | + ] |
| 245 | + }, |
| 246 | + { |
| 247 | + "name": "Workflow Definition API", |
| 248 | + "baseURL": "https://workflows-definition.sls.epilot.io", |
| 249 | + "properties": [ |
| 250 | + { |
| 251 | + "type": "Swagger", |
| 252 | + "url": "https://docs.api.epilot.io/workflows-definition.yaml" |
| 253 | + } |
| 254 | + ] |
| 255 | + }, |
| 256 | + { |
| 257 | + "name": "Workflow Execution API", |
| 258 | + "baseURL": "https://workflows-execution.sls.epilot.io", |
| 259 | + "properties": [ |
| 260 | + { |
| 261 | + "type": "Swagger", |
| 262 | + "url": "https://docs.api.epilot.io/workflows-execution.yaml" |
| 263 | + } |
| 264 | + ] |
| 265 | + }, |
| 266 | + { |
| 267 | + "name": "Notes API", |
| 268 | + "baseURL": "https://notes.sls.epilot.io", |
| 269 | + "properties": [ |
| 270 | + { |
| 271 | + "type": "Swagger", |
| 272 | + "url": "https://docs.api.epilot.io/notes.yaml" |
| 273 | + } |
| 274 | + ] |
| 275 | + }, |
| 276 | + { |
| 277 | + "name": "Consent API", |
| 278 | + "baseURL": "https://consent.sls.epilot.io", |
| 279 | + "properties": [ |
| 280 | + { |
| 281 | + "type": "Swagger", |
| 282 | + "url": "https://docs.api.epilot.io/consent.yaml" |
| 283 | + } |
| 284 | + ] |
| 285 | + }, |
| 286 | + { |
| 287 | + "name": "Partner API", |
| 288 | + "baseURL": "https://partner-directory-api.sls.epilot.io", |
| 289 | + "properties": [ |
| 290 | + { |
| 291 | + "type": "Swagger", |
| 292 | + "url": "https://docs.api.epilot.io/partner-directory-api.yaml" |
| 293 | + } |
| 294 | + ] |
| 295 | + }, |
| 296 | + { |
| 297 | + "name": "Notification API", |
| 298 | + "baseURL": "https://notification.sls.epilot.io", |
| 299 | + "properties": [ |
| 300 | + { |
| 301 | + "type": "Swagger", |
| 302 | + "url": "https://docs.api.epilot.io/svc-notification-api.yaml" |
| 303 | + } |
| 304 | + ] |
| 305 | + }, |
| 306 | + { |
| 307 | + "name": "Blueprint Manifest API", |
| 308 | + "baseURL": "https://blueprint-manifest.sls.epilot.io", |
| 309 | + "properties": [ |
| 310 | + { |
| 311 | + "type": "Swagger", |
| 312 | + "url": "https://docs.api.epilot.io/blueprint-manifest.yaml" |
| 313 | + } |
| 314 | + ] |
| 315 | + }, |
| 316 | + { |
| 317 | + "name": "Design API", |
| 318 | + "baseURL": "https://design-builder-api.sls.epilot.io", |
| 319 | + "properties": [ |
| 320 | + { |
| 321 | + "type": "Swagger", |
| 322 | + "url": "https://docs.api.epilot.io/design-builder-api.yaml" |
| 323 | + } |
| 324 | + ] |
| 325 | + }, |
| 326 | + { |
| 327 | + "name": "Product API", |
| 328 | + "baseURL": "https://product.sls.epilot.io", |
| 329 | + "properties": [ |
| 330 | + { |
| 331 | + "type": "Swagger", |
| 332 | + "url": "https://docs.api.epilot.io/product.yaml" |
| 333 | + } |
| 334 | + ] |
| 335 | + }, |
| 336 | + { |
| 337 | + "name": "Customer API", |
| 338 | + "baseURL": "https://customer.sls.epilot.io", |
| 339 | + "properties": [ |
| 340 | + { |
| 341 | + "type": "Swagger", |
| 342 | + "url": "https://docs.api.epilot.io/customer.yaml" |
| 343 | + } |
| 344 | + ] |
| 345 | + }, |
| 346 | + { |
| 347 | + "name": "Opportunity API", |
| 348 | + "baseURL": "https://opportunity.sls.epilot.io", |
| 349 | + "properties": [ |
| 350 | + { |
| 351 | + "type": "Swagger", |
| 352 | + "url": "https://docs.api.epilot.io/opportunity.yaml" |
| 353 | + } |
| 354 | + ] |
| 355 | + }, |
| 356 | + { |
| 357 | + "name": "Order API", |
| 358 | + "baseURL": "https://order.sls.epilot.io", |
| 359 | + "properties": [ |
| 360 | + { |
| 361 | + "type": "Swagger", |
| 362 | + "url": "https://docs.api.epilot.io/order.yaml" |
| 363 | + } |
| 364 | + ] |
| 365 | + }, |
| 366 | + { |
| 367 | + "name": "Kanban API", |
| 368 | + "baseURL": "https://kanban.sls.epilot.io", |
| 369 | + "properties": [ |
| 370 | + { |
| 371 | + "type": "Swagger", |
| 372 | + "url": "https://docs.api.epilot.io/kanban.yaml" |
| 373 | + } |
| 374 | + ] |
| 375 | + } |
| 376 | + ] |
| 377 | +} |
0 commit comments