@nangohq/providers 0.57.0 → 0.57.2

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 (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +396 -134
package/providers.yaml CHANGED
@@ -10,7 +10,8 @@
10
10
  authorization: Bearer ${apiKey}
11
11
  verification:
12
12
  method: GET
13
- endpoint: /Users
13
+ endpoints:
14
+ - /Users
14
15
  docs: https://docs.nango.dev/integrations/all/1password-scim
15
16
  docs_connect: https://docs.nango.dev/integrations/all/1password-scim/connect
16
17
  connection_config:
@@ -157,7 +158,8 @@ affinity:
157
158
  base_url: https://api.affinity.co
158
159
  verification:
159
160
  method: GET
160
- endpoint: /lists
161
+ endpoints:
162
+ - /lists
161
163
  docs: https://docs.nango.dev/integrations/all/affinity
162
164
  docs_connect: https://docs.nango.dev/integrations/all/affinity/connect
163
165
  credentials:
@@ -205,7 +207,8 @@ aircall-basic:
205
207
  base_url: https://api.aircall.io
206
208
  verification:
207
209
  method: GET
208
- endpoint: /v1/ping
210
+ endpoints:
211
+ - /v1/ping
209
212
  paginate:
210
213
  type: link
211
214
  link_path_in_response_body: meta.next_page_link
@@ -294,7 +297,8 @@ algolia:
294
297
  x-algolia-application-id: ${connectionConfig.APP_ID}
295
298
  x-algolia-api-key: ${apiKey}
296
299
  verification:
297
- endpoint: /1/keys/${credentials.apiKey}
300
+ endpoints:
301
+ - /1/keys/${credentials.apiKey}
298
302
  docs: https://docs.nango.dev/integrations/all/algolia
299
303
  docs_connect: https://docs.nango.dev/integrations/all/algolia/connect
300
304
  connection_config:
@@ -466,7 +470,8 @@ amplitude:
466
470
  base_url: https://amplitude.com
467
471
  verification:
468
472
  method: GET
469
- endpoint: /api/2/events/list
473
+ endpoints:
474
+ - /api/2/events/list
470
475
  docs: https://docs.nango.dev/integrations/all/amplitude
471
476
  credentials:
472
477
  username:
@@ -496,7 +501,8 @@ anthropic:
496
501
  after: 'retry-after'
497
502
  verification:
498
503
  method: GET
499
- endpoint: v1/models
504
+ endpoints:
505
+ - v1/models
500
506
  docs: https://docs.nango.dev/integrations/all/anthropic
501
507
  connection_config:
502
508
  version:
@@ -527,7 +533,8 @@ anthropic-admin:
527
533
  after: 'retry-after'
528
534
  verification:
529
535
  method: GET
530
- endpoint: /v1/organizations/users
536
+ endpoints:
537
+ - /v1/organizations/users
531
538
  docs: https://docs.nango.dev/integrations/all/anthropic-admin
532
539
  connection_config:
533
540
  version:
@@ -573,7 +580,8 @@ apollo:
573
580
  base_url: https://app.apollo.io/api
574
581
  verification:
575
582
  method: GET
576
- endpoint: /v1/contact_stages
583
+ endpoints:
584
+ - /v1/contact_stages
577
585
  query:
578
586
  api_key: ${apiKey}
579
587
  docs: https://docs.nango.dev/integrations/all/apollo
@@ -672,7 +680,8 @@ asana-scim:
672
680
  base_url: https://app.asana.com/api
673
681
  verification:
674
682
  method: GET
675
- endpoint: /1.0/scim/Users
683
+ endpoints:
684
+ - /1.0/scim/Users
676
685
  headers:
677
686
  authorization: Bearer ${apiKey}
678
687
  docs: https://docs.nango.dev/integrations/all/asana-scim
@@ -694,7 +703,8 @@ ashby:
694
703
  base_url: https://api.ashbyhq.com
695
704
  verification:
696
705
  method: POST
697
- endpoint: apiKey.info
706
+ endpoints:
707
+ - apiKey.info
698
708
  docs: https://docs.nango.dev/integrations/all/ashby
699
709
  credentials:
700
710
  username:
@@ -799,7 +809,8 @@ avalara:
799
809
  base_url: https://rest.avatax.com/api/v2
800
810
  verification:
801
811
  method: GET
802
- endpoint: /utilities/subscriptions
812
+ endpoints:
813
+ - /utilities/subscriptions
803
814
  docs: https://docs.nango.dev/integrations/all/avalara
804
815
  docs_connect: https://docs.nango.dev/integrations/all/avalara/connect
805
816
  credentials:
@@ -836,7 +847,8 @@ avalara-sandbox:
836
847
  base_url: https://sandbox-rest.avatax.com/api/v2
837
848
  verification:
838
849
  method: GET
839
- endpoint: /utilities/subscriptions
850
+ endpoints:
851
+ - /utilities/subscriptions
840
852
  docs: https://docs.nango.dev/integrations/all/avalara-sandbox
841
853
  docs_connect: https://docs.nango.dev/integrations/all/avalara-sandbox/connect
842
854
  credentials:
@@ -915,6 +927,7 @@ aws-iam:
915
927
  region: ${connectionConfig.region}
916
928
  retry:
917
929
  at: 'x-ratelimit-reset'
930
+ credentials_verification_script: awsIamCredentialsVerification
918
931
  docs: https://docs.nango.dev/integrations/all/aws-iam
919
932
  docs_connect: https://docs.nango.dev/integrations/all/aws-iam/connect
920
933
  credentials:
@@ -975,7 +988,8 @@ bamboohr-basic:
975
988
  base_url: https://api.bamboohr.com/api/gateway.php/${connectionConfig.subdomain}
976
989
  verification:
977
990
  method: GET
978
- endpoint: /v1/meta/fields
991
+ endpoints:
992
+ - /v1/meta/fields
979
993
  docs: https://docs.nango.dev/integrations/all/bamboohr-basic
980
994
  docs_connect: https://docs.nango.dev/integrations/all/bamboohr-basic/connect
981
995
  connection_config:
@@ -1085,7 +1099,8 @@ beehiiv:
1085
1099
  base_url: https://api.beehiiv.com/v2/publications/${connectionConfig.publicationId}
1086
1100
  verification:
1087
1101
  method: GET
1088
- endpoint: /posts
1102
+ endpoints:
1103
+ - /posts
1089
1104
  docs: https://docs.nango.dev/integrations/all/beehiiv
1090
1105
  credentials:
1091
1106
  apiKey:
@@ -1274,7 +1289,8 @@ blandai:
1274
1289
  authorization: ${apiKey}
1275
1290
  verification:
1276
1291
  method: GET
1277
- endpoint: v1/calls
1292
+ endpoints:
1293
+ - v1/calls
1278
1294
  docs: https://docs.nango.dev/integrations/all/blandai
1279
1295
  credentials:
1280
1296
  apiKey:
@@ -1413,7 +1429,8 @@ brevo-api-key:
1413
1429
  base_url: https://api.brevo.com/v3
1414
1430
  verification:
1415
1431
  method: GET
1416
- endpoint: /account
1432
+ endpoints:
1433
+ - /account
1417
1434
  docs: https://docs.nango.dev/integrations/all/brevo-api-key
1418
1435
  credentials:
1419
1436
  apiKey:
@@ -1493,7 +1510,8 @@ builder-io-private:
1493
1510
  authorization: Bearer ${apiKey}
1494
1511
  verification:
1495
1512
  method: POST
1496
- endpoint: /api/v1/write/page
1513
+ endpoints:
1514
+ - /api/v1/write/page
1497
1515
  docs: https://docs.nango.dev/integrations/all/builder-io-private
1498
1516
  docs_connect: https://docs.nango.dev/integrations/all/builder-io-private/connect
1499
1517
  connection_config:
@@ -1527,7 +1545,8 @@ builder-io-public:
1527
1545
  apiKey: ${apiKey}
1528
1546
  verification:
1529
1547
  method: GET
1530
- endpoint: /api/v1/content/page
1548
+ endpoints:
1549
+ - /api/v1/content/page
1531
1550
  docs: https://docs.nango.dev/integrations/all/builder-io-public
1532
1551
  docs_connect: https://docs.nango.dev/integrations/all/builder-io-public/connect
1533
1552
  connection_config:
@@ -1562,7 +1581,8 @@ buildium:
1562
1581
  x-buildium-client-secret: ${apiKey}
1563
1582
  verification:
1564
1583
  method: GET
1565
- endpoint: /v1/rentals
1584
+ endpoints:
1585
+ - /v1/rentals
1566
1586
  docs: https://docs.nango.dev/integrations/all/buildium
1567
1587
  docs_connect: https://docs.nango.dev/integrations/all/buildium/connect
1568
1588
  connection_config:
@@ -1620,7 +1640,8 @@ cal-com-v1:
1620
1640
  at: 'x-ratelimit-reset'
1621
1641
  verification:
1622
1642
  method: GET
1623
- endpoint: /me
1643
+ endpoints:
1644
+ - /me
1624
1645
  docs: https://docs.nango.dev/integrations/all/cal-com-v1
1625
1646
  docs_connect: https://docs.nango.dev/integrations/all/cal-com-v1/connect
1626
1647
  credentials:
@@ -1649,7 +1670,8 @@ cal-com-v2:
1649
1670
  at: 'x-ratelimit-reset'
1650
1671
  verification:
1651
1672
  method: GET
1652
- endpoint: /me
1673
+ endpoints:
1674
+ - /me
1653
1675
  docs: https://docs.nango.dev/integrations/all/cal-com-v2
1654
1676
  docs_connect: https://docs.nango.dev/integrations/all/cal-com-v2/connect
1655
1677
  credentials:
@@ -1683,6 +1705,31 @@ calendly:
1683
1705
  webhook_routing_script: calendlyWebhookRouting
1684
1706
  docs: https://docs.nango.dev/integrations/all/calendly
1685
1707
 
1708
+ callrail:
1709
+ display_name: Callrail
1710
+ categories:
1711
+ - marketing
1712
+ auth_mode: API_KEY
1713
+ proxy:
1714
+ base_url: https://api.callrail.com
1715
+ headers:
1716
+ authorization: Token token=${apiKey}
1717
+ content-type: application/json
1718
+ verification:
1719
+ method: GET
1720
+ endpoints:
1721
+ - /v3/a.json
1722
+ docs_connect: https://docs.nango.dev/integrations/all/callrail/connect
1723
+ credentials:
1724
+ apiKey:
1725
+ type: string
1726
+ title: API Key
1727
+ description: The API key for your Callrail account
1728
+ pattern: '^[a-f0-9]{32}$'
1729
+ example: '4f3c12efb9659a0b5c123b568745dbf9'
1730
+ doc_section: '#step-1-finding-your-api-key'
1731
+ docs: https://docs.nango.dev/integrations/all/callrail
1732
+
1686
1733
  canny:
1687
1734
  display_name: Canny
1688
1735
  categories:
@@ -1694,7 +1741,8 @@ canny:
1694
1741
  apiKey: ${apiKey}
1695
1742
  verification:
1696
1743
  method: POST
1697
- endpoint: /boards/list
1744
+ endpoints:
1745
+ - /boards/list
1698
1746
  docs: https://docs.nango.dev/integrations/all/canny
1699
1747
  docs_connect: https://docs.nango.dev/integrations/all/canny/connect
1700
1748
  credentials:
@@ -1719,7 +1767,8 @@ canva-scim:
1719
1767
  content-type: application/json
1720
1768
  verification:
1721
1769
  method: GET
1722
- endpoint: /v2/Users
1770
+ endpoints:
1771
+ - /v2/Users
1723
1772
  docs: https://docs.nango.dev/integrations/all/canva-scim
1724
1773
  credentials:
1725
1774
  apiKey:
@@ -1743,7 +1792,8 @@ certn:
1743
1792
  response_path: results
1744
1793
  verification:
1745
1794
  method: GET
1746
- endpoint: /api/v2/teams
1795
+ endpoints:
1796
+ - /api/v2/teams
1747
1797
  docs: https://docs.nango.dev/integrations/all/certn
1748
1798
  docs_connect: https://docs.nango.dev/integrations/all/certn
1749
1799
  credentials:
@@ -1769,7 +1819,8 @@ certn-partner:
1769
1819
  limit_name_in_request: limit
1770
1820
  verification:
1771
1821
  method: GET
1772
- endpoint: /api/v2/teams
1822
+ endpoints:
1823
+ - /api/v2/teams
1773
1824
  docs: https://docs.nango.dev/integrations/all/certn-partner
1774
1825
 
1775
1826
  chargebee:
@@ -1781,7 +1832,8 @@ chargebee:
1781
1832
  base_url: https://${connectionConfig.subdomain}.chargebee.com
1782
1833
  verification:
1783
1834
  method: GET
1784
- endpoint: /api/v2/business_entities
1835
+ endpoints:
1836
+ - /api/v2/business_entities
1785
1837
  retry:
1786
1838
  after: 'retry-after'
1787
1839
  docs: https://docs.nango.dev/integrations/all/chargebee
@@ -1826,7 +1878,8 @@ chattermill:
1826
1878
  content-type: application/json
1827
1879
  verification:
1828
1880
  method: GET
1829
- endpoint: /v1/projects
1881
+ endpoints:
1882
+ - /v1/projects
1830
1883
  docs: https://docs.nango.dev/integrations/all/chattermill
1831
1884
  credentials:
1832
1885
  apiKey:
@@ -1877,8 +1930,8 @@ checkr-partner:
1877
1930
  base_url: https://api.checkr.com
1878
1931
  token_response_metadata:
1879
1932
  - checkr_account_id
1880
- webhook_routing_script: checkrWebhookRouting
1881
- post_connection_script: checkrPostConnection
1933
+ webhook_routing_script: checkrPartnerWebhookRouting
1934
+ post_connection_script: checkrPartnerPostConnection
1882
1935
  docs: https://docs.nango.dev/integrations/all/checkr-partner
1883
1936
  connection_config:
1884
1937
  client_id:
@@ -1902,8 +1955,8 @@ checkr-partner-staging:
1902
1955
  base_url: https://api.checkr-staging.com
1903
1956
  token_response_metadata:
1904
1957
  - checkr_account_id
1905
- webhook_routing_script: checkrWebhookRouting
1906
- post_connection_script: checkrPostConnection
1958
+ webhook_routing_script: checkrPartnerWebhookRouting
1959
+ post_connection_script: checkrPartnerPostConnection
1907
1960
  docs: https://docs.nango.dev/integrations/all/checkr-partner-staging
1908
1961
  connection_config:
1909
1962
  client_id:
@@ -1952,7 +2005,8 @@ chorus:
1952
2005
  base_url: https://chorus.ai
1953
2006
  verification:
1954
2007
  method: GET
1955
- endpoint: /api/v1/users/me
2008
+ endpoints:
2009
+ - /api/v1/users/me
1956
2010
  headers:
1957
2011
  authorization: Bearer ${apiKey}
1958
2012
  docs: https://docs.nango.dev/integrations/all/chorus
@@ -1992,7 +2046,8 @@ clari-copilot:
1992
2046
  base_url: https://rest-api.copilot.clari.com
1993
2047
  verification:
1994
2048
  method: GET
1995
- endpoint: /calls
2049
+ endpoints:
2050
+ - /calls
1996
2051
  docs: https://docs.nango.dev/integrations/all/clari-copilot
1997
2052
  connection_config:
1998
2053
  API_PASSWORD:
@@ -2074,7 +2129,8 @@ coda:
2074
2129
  authorization: Bearer ${apiKey}
2075
2130
  verification:
2076
2131
  method: GET
2077
- endpoint: /whoami
2132
+ endpoints:
2133
+ - /whoami
2078
2134
  docs: https://docs.nango.dev/integrations/all/coda
2079
2135
  docs_connect: https://docs.nango.dev/integrations/all/coda/connect
2080
2136
  credentials:
@@ -2097,7 +2153,8 @@ codeclimate:
2097
2153
  authorization: Token token=${apiKey}
2098
2154
  verification:
2099
2155
  method: GET
2100
- endpoint: /v1/user
2156
+ endpoints:
2157
+ - /v1/user
2101
2158
  docs: https://docs.nango.dev/integrations/all/codeclimate
2102
2159
  docs_connect: https://docs.nango.dev/integrations/all/codeclimate/connect
2103
2160
  connection_config:
@@ -2187,7 +2244,8 @@ copper-api-key:
2187
2244
  content-type: application/json
2188
2245
  verification:
2189
2246
  method: GET
2190
- endpoint: /v1/account
2247
+ endpoints:
2248
+ - /v1/account
2191
2249
  docs_connect: https://docs.nango.dev/integrations/all/copper/connect
2192
2250
  credentials:
2193
2251
  apiKey:
@@ -2472,7 +2530,8 @@ datadog:
2472
2530
  dd-application-key: ${connectionConfig.applicationKey}
2473
2531
  verification:
2474
2532
  method: GET
2475
- endpoint: /v1/validate
2533
+ endpoints:
2534
+ - /v1/validate
2476
2535
  retry:
2477
2536
  after: 'x-ratelimit-reset'
2478
2537
  docs: https://docs.nango.dev/integrations/all/datadog
@@ -2644,7 +2703,8 @@ dixa:
2644
2703
  authorization: ${apiKey}
2645
2704
  verification:
2646
2705
  method: GET
2647
- endpoint: /v1/agents
2706
+ endpoints:
2707
+ - /v1/agents
2648
2708
  base_url_override: https://dev.dixa.io
2649
2709
  docs: https://docs.nango.dev/integrations/all/dixa
2650
2710
  credentials:
@@ -2736,9 +2796,9 @@ drupal:
2736
2796
  body_format: form
2737
2797
  token_url: https://${connectionConfig.baseUrl}/rest_api/access_token
2738
2798
  token_params:
2739
- client_id: ${credential.clientId}
2740
- client_secret: ${credential.clientSecret}
2741
- username: ${credential.userName}
2799
+ client_id: ${credentials.clientId}
2800
+ client_secret: ${credentials.clientSecret}
2801
+ username: ${credentials.userName}
2742
2802
  grant_type: client_credentials
2743
2803
  token_headers:
2744
2804
  content-type: application/x-www-form-urlencoded
@@ -2794,7 +2854,8 @@ emarsys:
2794
2854
  x-wsse: ${accessToken}
2795
2855
  verification:
2796
2856
  method: GET
2797
- endpoint: /api/v2/settings
2857
+ endpoints:
2858
+ - /api/v2/settings
2798
2859
  retry:
2799
2860
  at: 'x-ratelimit-reset'
2800
2861
  token:
@@ -2921,7 +2982,8 @@ elevenlabs:
2921
2982
  xi-api-key: ${apiKey}
2922
2983
  verification:
2923
2984
  method: GET
2924
- endpoint: /v1/user
2985
+ endpoints:
2986
+ - /v1/user
2925
2987
  docs: https://docs.nango.dev/integrations/all/elevenlabs
2926
2988
  credentials:
2927
2989
  apiKey:
@@ -3010,7 +3072,8 @@ evaluagent:
3010
3072
  base_url: https://${connectionConfig.region}.evaluagent.com
3011
3073
  verification:
3012
3074
  method: GET
3013
- endpoint: /v1/ping
3075
+ endpoints:
3076
+ - /v1/ping
3014
3077
  docs: https://docs.nango.dev/integrations/all/evaluagent
3015
3078
  connection_config:
3016
3079
  region:
@@ -3137,6 +3200,7 @@ expensify:
3137
3200
  title: Partner User Secret
3138
3201
  description: Unique secret for your account
3139
3202
  doc_section: '#step-1-finding-your-partneruserid-and-partnerusersecret'
3203
+ credentials_verification_script: expensifyCredentialsVerification
3140
3204
  docs: https://docs.nango.dev/integrations/all/expensify
3141
3205
  docs_connect: https://docs.nango.dev/integrations/all/expensify/connect
3142
3206
 
@@ -3188,6 +3252,46 @@ figma:
3188
3252
  base_url: https://api.figma.com
3189
3253
  docs: https://docs.nango.dev/integrations/all/figma
3190
3254
 
3255
+ figma-scim:
3256
+ display_name: Figma (SCIM)
3257
+ categories:
3258
+ - design
3259
+ - productivity
3260
+ auth_mode: API_KEY
3261
+ proxy:
3262
+ base_url: https://${connectionConfig.host}/scim
3263
+ headers:
3264
+ authorization: Bearer ${apiKey}
3265
+ verification:
3266
+ method: GET
3267
+ endpoints:
3268
+ - /v2/${connectionConfig.tenantId}/Users
3269
+ docs: https://docs.nango.dev/integrations/all/figma-scim
3270
+ docs_connect: https://docs.nango.dev/integrations/all/figma-scim/connect
3271
+ credentials:
3272
+ apiKey:
3273
+ type: string
3274
+ title: API Token
3275
+ description: The API token for your Figma account
3276
+ doc_section: '#step-3-generating-your-api-token'
3277
+ connection_config:
3278
+ host:
3279
+ type: string
3280
+ title: Host
3281
+ description: The host to your Figma account
3282
+ example: www.figma.com
3283
+ format: hostname
3284
+ prefix: https://
3285
+ pattern: ^(www\.figma\.com|figma-gov\.com)+$
3286
+ order: 1
3287
+ doc_section: '#step-1-finding-your-host'
3288
+ tenantId:
3289
+ type: string
3290
+ title: Tenant ID
3291
+ description: The tenant ID of your Figma account
3292
+ order: 2
3293
+ doc_section: '#step-2-finding-your-tenant-id'
3294
+
3191
3295
  falai:
3192
3296
  display_name: fal.ai
3193
3297
  categories:
@@ -3200,7 +3304,8 @@ falai:
3200
3304
  base_url: https://queue.fal.run
3201
3305
  verification:
3202
3306
  method: POST
3203
- endpoint: /fal-ai/fast-sdxl
3307
+ endpoints:
3308
+ - /fal-ai/fast-sdxl
3204
3309
  docs: https://docs.nango.dev/integrations/all/falai
3205
3310
  credentials:
3206
3311
  apiKey:
@@ -3252,7 +3357,8 @@ fireflies:
3252
3357
  authorization: Bearer ${apiKey}
3253
3358
  verification:
3254
3359
  method: GET
3255
- endpoint: /graphql?query=%7B__schema%7Btypes%7Bname%7D%7D%7D
3360
+ endpoints:
3361
+ - /graphql?query=%7B__schema%7Btypes%7Bname%7D%7D%7D
3256
3362
  docs: https://docs.nango.dev/integrations/all/fireflies
3257
3363
  credentials:
3258
3364
  apiKey:
@@ -3294,7 +3400,8 @@ fiserv-api-key:
3294
3400
  api-key: ${apiKey}
3295
3401
  verification:
3296
3402
  method: GET
3297
- endpoint: /sandbox/exp/v1/authorisations
3403
+ endpoints:
3404
+ - /sandbox/exp/v1/authorisations
3298
3405
  docs: https://docs.nango.dev/integrations/all/fiserv-api-key
3299
3406
  credentials:
3300
3407
  apiKey:
@@ -3356,7 +3463,8 @@ freshdesk:
3356
3463
  proxy:
3357
3464
  base_url: https://${connectionConfig.subdomain}.freshdesk.com
3358
3465
  verification:
3359
- endpoint: /api/v2/settings/helpdesk
3466
+ endpoints:
3467
+ - /api/v2/settings/helpdesk
3360
3468
  docs: https://docs.nango.dev/integrations/all/freshdesk
3361
3469
  docs_connect: https://docs.nango.dev/integrations/all/freshdesk/connect
3362
3470
  credentials:
@@ -3392,7 +3500,8 @@ freshsales:
3392
3500
  base_url: https://${connectionConfig.subdomain}.freshsales.io
3393
3501
  verification:
3394
3502
  method: GET
3395
- endpoint: /api/settings/leads/fields
3503
+ endpoints:
3504
+ - /api/settings/leads/fields
3396
3505
  headers:
3397
3506
  authorization: Token token=${apiKey}
3398
3507
  retry:
@@ -3427,7 +3536,8 @@ freshservice:
3427
3536
  base_url: https://${connectionConfig.subdomain}.freshservice.com
3428
3537
  verification:
3429
3538
  method: GET
3430
- endpoint: /api/v2/tickets
3539
+ endpoints:
3540
+ - /api/v2/tickets
3431
3541
  retry:
3432
3542
  after: 'retry-after'
3433
3543
  docs: https://docs.nango.dev/integrations/all/freshservice
@@ -3575,7 +3685,8 @@ google-gemini:
3575
3685
  content-type: application/json
3576
3686
  verification:
3577
3687
  method: GET
3578
- endpoint: /v1/models
3688
+ endpoints:
3689
+ - /v1/models
3579
3690
  docs: https://docs.nango.dev/integrations/all/google-gemini
3580
3691
  docs_connect: https://docs.nango.dev/integrations/all/google-gemini/connect
3581
3692
  credentials:
@@ -3596,7 +3707,8 @@ gerrit:
3596
3707
  base_url: https://${connectionConfig.host}
3597
3708
  verification:
3598
3709
  method: GET
3599
- endpoint: /config/server/version
3710
+ endpoints:
3711
+ - /config/server/version
3600
3712
  docs: https://docs.nango.dev/integrations/all/gerrit
3601
3713
  docs_connect: https://docs.nango.dev/integrations/all/gerrit/connect
3602
3714
  connection_config:
@@ -3618,7 +3730,8 @@ guru:
3618
3730
  base_url: https://api.getguru.com/api/v1
3619
3731
  verification:
3620
3732
  method: GET
3621
- endpoint: /whoami
3733
+ endpoints:
3734
+ - /whoami
3622
3735
  docs: https://docs.nango.dev/integrations/all/guru
3623
3736
  docs_connect: https://docs.nango.dev/integrations/all/guru/connect
3624
3737
  credentials:
@@ -3647,7 +3760,8 @@ guru-scim:
3647
3760
  authorization: Bearer ${apiKey}
3648
3761
  verification:
3649
3762
  method: GET
3650
- endpoint: /v2/Users
3763
+ endpoints:
3764
+ - /v2/Users
3651
3765
  docs: https://docs.nango.dev/integrations/all/guru-scim
3652
3766
  docs_connect: https://docs.nango.dev/integrations/all/guru-scim/connect
3653
3767
  credentials:
@@ -3767,7 +3881,12 @@ ghost-admin:
3767
3881
  headers:
3768
3882
  accept: application/json
3769
3883
  accept-version: ${connectionConfig.version}
3884
+ authorization: Ghost ${accessToken}
3770
3885
  base_url: https://${connectionConfig.adminDomain}/ghost/api/admin/
3886
+ verification:
3887
+ method: GET
3888
+ endpoints:
3889
+ - /users
3771
3890
  docs: https://docs.nango.dev/integrations/all/ghost-admin
3772
3891
  connection_config:
3773
3892
  adminDomain:
@@ -3798,7 +3917,8 @@ ghost-content:
3798
3917
  key: ${apiKey}
3799
3918
  verification:
3800
3919
  method: GET
3801
- endpoint: /tags
3920
+ endpoints:
3921
+ - /tags
3802
3922
  docs: https://docs.nango.dev/integrations/all/ghost-content
3803
3923
  connection_config:
3804
3924
  version:
@@ -4071,7 +4191,8 @@ grafana:
4071
4191
  proxy:
4072
4192
  base_url: https://${connectionConfig.domain}
4073
4193
  verification:
4074
- endpoint: /api/access-control/user/permissions
4194
+ endpoints:
4195
+ - /api/access-control/user/permissions
4075
4196
  method: GET
4076
4197
  headers:
4077
4198
  authorization: Bearer ${apiKey}
@@ -4124,7 +4245,8 @@ grain-api-key:
4124
4245
  base_url: https://api.grain.com
4125
4246
  verification:
4126
4247
  method: GET
4127
- endpoint: /_/public-api/me
4248
+ endpoints:
4249
+ - /_/public-api/me
4128
4250
  headers:
4129
4251
  authorization: Bearer ${apiKey}
4130
4252
  docs: https://docs.nango.dev/integrations/all/grain-api-key
@@ -4174,7 +4296,8 @@ greenhouse-basic:
4174
4296
  limit_name_in_request: per_page
4175
4297
  link_rel_in_response_header: next
4176
4298
  verification:
4177
- endpoint: /v1/candidates/
4299
+ endpoints:
4300
+ - /v1/candidates/
4178
4301
  docs: https://docs.nango.dev/integrations/all/greenhouse-basic
4179
4302
  docs_connect: https://docs.nango.dev/integrations/all/greenhouse-basic/connect
4180
4303
  connection_config:
@@ -4216,7 +4339,8 @@ greenhouse-harvest:
4216
4339
  after: 'retry-after'
4217
4340
  verification:
4218
4341
  method: GET
4219
- endpoint: /v1/candidates
4342
+ endpoints:
4343
+ - /v1/candidates
4220
4344
  docs: https://docs.nango.dev/integrations/all/greenhouse-harvest
4221
4345
  docs_connect: https://docs.nango.dev/integrations/all/greenhouse-harvest/connect
4222
4346
  credentials:
@@ -4270,7 +4394,8 @@ greenhouse-assessment:
4270
4394
  proxy:
4271
4395
  base_url: https://${connectionConfig.baseUrl}
4272
4396
  verification:
4273
- endpoint: /list_tests
4397
+ endpoints:
4398
+ - /list_tests
4274
4399
  docs: https://docs.nango.dev/integrations/all/greenhouse-assessment
4275
4400
  docs_connect: https://docs.nango.dev/integrations/all/greenhouse-assessment/connect
4276
4401
  connection_config:
@@ -4320,7 +4445,8 @@ greenhouse-onboarding:
4320
4445
  proxy:
4321
4446
  base_url: https://onboarding-api.greenhouse.io/graphql
4322
4447
  verification:
4323
- endpoint: ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
4448
+ endpoints:
4449
+ - ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
4324
4450
  credentials:
4325
4451
  username:
4326
4452
  type: string
@@ -4397,7 +4523,8 @@ hackerrank-work:
4397
4523
  base_url: https://www.hackerrank.com
4398
4524
  verification:
4399
4525
  method: GET
4400
- endpoint: /x/api/v3/users?limit=10&offset=10
4526
+ endpoints:
4527
+ - /x/api/v3/users?limit=10&offset=10
4401
4528
  docs: https://docs.nango.dev/integrations/all/hackerrank-work
4402
4529
  docs_connect: https://docs.nango.dev/integrations/all/hackerrank-work/connect
4403
4530
  credentials:
@@ -4466,7 +4593,8 @@ hibob-service-user:
4466
4593
  base_url: https://api.hibob.com
4467
4594
  verification:
4468
4595
  method: GET
4469
- endpoint: /v1/company/named-lists
4596
+ endpoints:
4597
+ - /v1/company/named-lists
4470
4598
  retry:
4471
4599
  at: 'x-ratelimit-reset'
4472
4600
  credentials:
@@ -4532,7 +4660,8 @@ holded:
4532
4660
  key: ${apiKey}
4533
4661
  verification:
4534
4662
  method: GET
4535
- endpoint: /invoicing/v1/contacts
4663
+ endpoints:
4664
+ - /invoicing/v1/contacts
4536
4665
  docs: https://docs.nango.dev/integrations/all/holded
4537
4666
  credentials:
4538
4667
  apiKey:
@@ -4574,7 +4703,8 @@ insightly:
4574
4703
  base_url: https://api.${connectionConfig.pod}.insightly.com
4575
4704
  verification:
4576
4705
  method: GET
4577
- endpoint: /v3.1/Contacts
4706
+ endpoints:
4707
+ - /v3.1/Contacts
4578
4708
  docs: https://docs.nango.dev/integrations/all/insightly
4579
4709
  connection_config:
4580
4710
  pod:
@@ -4692,7 +4822,8 @@ jira-basic:
4692
4822
  base_url: https://${connectionConfig.subdomain}.atlassian.net
4693
4823
  verification:
4694
4824
  method: GET
4695
- endpoint: /rest/api/3/events
4825
+ endpoints:
4826
+ - /rest/api/3/events
4696
4827
  docs: https://docs.nango.dev/integrations/all/jira-basic
4697
4828
  connection_config:
4698
4829
  subdomain:
@@ -4795,7 +4926,8 @@ helpscout-docs:
4795
4926
  base_url: https://docsapi.helpscout.net
4796
4927
  verification:
4797
4928
  method: GET
4798
- endpoint: /v1/sites
4929
+ endpoints:
4930
+ - /v1/sites
4799
4931
  docs: https://docs.nango.dev/integrations/all/helpscout-docs
4800
4932
  docs_connect: https://docs.nango.dev/integrations/all/helpscout-docs/connect
4801
4933
  credentials:
@@ -4857,7 +4989,8 @@ keeper-scim:
4857
4989
  base_url: https://keepersecurity.com/api/rest/scim/v2/${connectionConfig.node}
4858
4990
  verification:
4859
4991
  method: GET
4860
- endpoint: /Users
4992
+ endpoints:
4993
+ - /Users
4861
4994
  docs: https://docs.nango.dev/integrations/all/keeper-scim
4862
4995
  docs_connect: https://docs.nango.dev/integrations/all/keeper/connect
4863
4996
  credentials:
@@ -4889,7 +5022,8 @@ klipfolio:
4889
5022
  kf-api-key: ${apiKey}
4890
5023
  verification:
4891
5024
  method: GET
4892
- endpoint: /api/1.0/profile
5025
+ endpoints:
5026
+ - /api/1.0/profile
4893
5027
  docs: https://docs.nango.dev/integrations/all/klipfolio
4894
5028
  credentials:
4895
5029
  apiKey:
@@ -4909,7 +5043,8 @@ klaviyo:
4909
5043
  revision: '2024-07-15'
4910
5044
  verification:
4911
5045
  method: GET
4912
- endpoint: /api/accounts
5046
+ endpoints:
5047
+ - /api/accounts
4913
5048
  retry:
4914
5049
  after: 'retry-after'
4915
5050
  docs: https://docs.nango.dev/integrations/all/klaviyo
@@ -4999,6 +5134,7 @@ lastpass:
4999
5134
  base_url: https://lastpass.com
5000
5135
  docs: https://docs.nango.dev/integrations/all/lastpass
5001
5136
  docs_connect: https://docs.nango.dev/integrations/all/lastpass/connect
5137
+ credentials_verification_script: lastpassCredentialsVerification
5002
5138
  credentials:
5003
5139
  username:
5004
5140
  type: string
@@ -5062,7 +5198,8 @@ lemlist:
5062
5198
  proxy:
5063
5199
  base_url: https://api.lemlist.com
5064
5200
  verification:
5065
- endpoint: /api/team
5201
+ endpoints:
5202
+ - /api/team
5066
5203
  retry:
5067
5204
  after: 'retry-after'
5068
5205
  docs: https://docs.nango.dev/integrations/all/lemlist
@@ -5208,7 +5345,8 @@ loom-scim:
5208
5345
  authorization: Bearer ${apiKey}
5209
5346
  verification:
5210
5347
  method: GET
5211
- endpoint: /Users
5348
+ endpoints:
5349
+ - /Users
5212
5350
  docs: https://docs.nango.dev/integrations/all/loom-scim
5213
5351
  docs_connect: https://docs.nango.dev/integrations/all/loom-scim/connect
5214
5352
  connection_config:
@@ -5241,7 +5379,8 @@ loops-so:
5241
5379
  authorization: Bearer ${apiKey}
5242
5380
  verification:
5243
5381
  method: GET
5244
- endpoint: /v1/api-key
5382
+ endpoints:
5383
+ - /v1/api-key
5245
5384
  docs: https://docs.nango.dev/integrations/all/loops-so
5246
5385
  credentials:
5247
5386
  apiKey:
@@ -5264,7 +5403,8 @@ lucid-scim:
5264
5403
  content-type: application/json
5265
5404
  verification:
5266
5405
  method: GET
5267
- endpoint: /v2/Users
5406
+ endpoints:
5407
+ - /v2/Users
5268
5408
  docs: https://docs.nango.dev/integrations/all/lucid-scim
5269
5409
  docs_connect: https://docs.nango.dev/integrations/all/lucid-scim/connect
5270
5410
  credentials:
@@ -5286,7 +5426,8 @@ luma:
5286
5426
  base_url: https://api.lu.ma
5287
5427
  verification:
5288
5428
  method: GET
5289
- endpoint: /public/v1/user/get-self
5429
+ endpoints:
5430
+ - /public/v1/user/get-self
5290
5431
  docs: https://docs.nango.dev/integrations/all/luma
5291
5432
  credentials:
5292
5433
  apiKey:
@@ -5307,7 +5448,8 @@ listmonk:
5307
5448
  after: 'retry-after'
5308
5449
  verification:
5309
5450
  method: GET
5310
- endpoint: /lists
5451
+ endpoints:
5452
+ - /lists
5311
5453
  docs: https://docs.nango.dev/integrations/all/listmonk
5312
5454
  connection_config:
5313
5455
  domain:
@@ -5338,7 +5480,8 @@ make:
5338
5480
  authorization: Token ${apiKey}
5339
5481
  verification:
5340
5482
  method: GET
5341
- endpoint: /users/me
5483
+ endpoints:
5484
+ - /users/me
5342
5485
  docs: https://docs.nango.dev/integrations/all/make
5343
5486
  docs_connect: https://docs.nango.dev/integrations/all/make/connect
5344
5487
  connection_config:
@@ -5365,7 +5508,8 @@ mailgun:
5365
5508
  base_url: https://${connectionConfig.region}.mailgun.net
5366
5509
  verification:
5367
5510
  method: GET
5368
- endpoint: /v4/domains
5511
+ endpoints:
5512
+ - /v4/domains
5369
5513
  docs: https://docs.nango.dev/integrations/all/mailgun
5370
5514
  docs_connect: https://docs.nango.dev/integrations/all/mailgun/connect
5371
5515
  connection_config:
@@ -5409,7 +5553,8 @@ manatal:
5409
5553
  base_url: https://api.manatal.com/open/v3
5410
5554
  verification:
5411
5555
  method: GET
5412
- endpoint: /users
5556
+ endpoints:
5557
+ - /users
5413
5558
  headers:
5414
5559
  authorization: Token ${apiKey}
5415
5560
  paginate:
@@ -5531,7 +5676,8 @@ metabase:
5531
5676
  x-api-key: ${apiKey}
5532
5677
  verification:
5533
5678
  method: GET
5534
- endpoint: /api/database
5679
+ endpoints:
5680
+ - /api/database
5535
5681
  docs: https://docs.nango.dev/integrations/all/metabase
5536
5682
  docs_connect: https://docs.nango.dev/integrations/all/metabase/connect
5537
5683
  connection_config:
@@ -5576,6 +5722,30 @@ microsoft:
5576
5722
  decompress: true
5577
5723
  docs: https://docs.nango.dev/integrations/all/microsoft
5578
5724
 
5725
+ microsoft-oauth2-cc:
5726
+ display_name: Microsoft (Client Credentials)
5727
+ auth_mode: OAUTH2_CC
5728
+ categories:
5729
+ - communication
5730
+ - dev-tools
5731
+ - productivity
5732
+ token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/v2.0/token
5733
+ token_params:
5734
+ grant_type: client_credentials
5735
+ proxy:
5736
+ base_url: https://graph.microsoft.com
5737
+ docs: https://docs.nango.dev/integrations/all/microsoft-oauth2-cc
5738
+ docs_connect: https://docs.nango.dev/integrations/all/microsoft-oauth2-cc/connect
5739
+ connection_config:
5740
+ tenantId:
5741
+ type: string
5742
+ title: Tenant ID
5743
+ description: The unique identifier for your organization that uses Microsoft services
5744
+ format: uuid
5745
+ example: a1b2c3d4-e5f6-47a8-9b0c-d1234567890f
5746
+ doc_section: '#step-1-finding-your-tenant-id'
5747
+ order: 1
5748
+
5579
5749
  microsoft-teams:
5580
5750
  display_name: Microsoft Teams
5581
5751
  categories:
@@ -5688,7 +5858,8 @@ mindbody:
5688
5858
  authorization: ${connectionConfig.staffUserToken}
5689
5859
  verification:
5690
5860
  method: GET
5691
- endpoint: /public/v6/site/locations
5861
+ endpoints:
5862
+ - /public/v6/site/locations
5692
5863
  docs: https://docs.nango.dev/integrations/all/mindbody
5693
5864
  docs_connect: https://docs.nango.dev/integrations/all/mindbody/connect
5694
5865
  credentials:
@@ -5756,9 +5927,9 @@ mip-cloud:
5756
5927
  authorization-token: ${accessToken}
5757
5928
  token_url: https://${connectionConfig.domain}/api/v1/sso/mipadv/login
5758
5929
  token_params:
5759
- username: ${credential.username}
5760
- password: ${credential.password}
5761
- org: ${credential.org}
5930
+ username: ${credentials.username}
5931
+ password: ${credentials.password}
5932
+ org: ${credentials.org}
5762
5933
  token_headers:
5763
5934
  content-type: application/json
5764
5935
  token_response:
@@ -5801,9 +5972,9 @@ mip-on-premise:
5801
5972
  authorization-token: ${accessToken}
5802
5973
  token_url: https://${connectionConfig.domain}/api/security/login
5803
5974
  token_params:
5804
- login: ${credential.login}
5805
- password: ${credential.password}
5806
- org: ${credential.org}
5975
+ login: ${credentials.login}
5976
+ password: ${credentials.password}
5977
+ org: ${credentials.org}
5807
5978
  token_headers:
5808
5979
  content-type: application/json
5809
5980
  token_response:
@@ -5883,7 +6054,8 @@ miro-scim:
5883
6054
  base_url: https://miro.com/api
5884
6055
  verification:
5885
6056
  method: GET
5886
- endpoint: /v1/scim/Users
6057
+ endpoints:
6058
+ - /v1/scim/Users
5887
6059
  headers:
5888
6060
  authorization: Bearer ${apiKey}
5889
6061
  docs: https://docs.nango.dev/integrations/all/miro-scim
@@ -6051,7 +6223,8 @@ notion-scim:
6051
6223
  base_url: https://api.notion.com/scim
6052
6224
  verification:
6053
6225
  method: GET
6054
- endpoint: /v2/Users
6226
+ endpoints:
6227
+ - /v2/Users
6055
6228
  headers:
6056
6229
  authorization: Bearer ${apiKey}
6057
6230
  docs: https://docs.nango.dev/integrations/all/notion-scim
@@ -6095,8 +6268,8 @@ odoo-cc:
6095
6268
  body_format: form
6096
6269
  token_url: https://${connectionConfig.serverUrl}/restapi/1.0/common/oauth2/access_token
6097
6270
  token_params:
6098
- client_id: ${credential.consumerId}
6099
- client_secret: ${credential.consumerSecret}
6271
+ client_id: ${credentials.consumerId}
6272
+ client_secret: ${credentials.consumerSecret}
6100
6273
  grant_type: client_credentials
6101
6274
  token_headers:
6102
6275
  content-type: application/x-www-form-urlencoded
@@ -6213,7 +6386,8 @@ openai:
6213
6386
  content-type: application/json
6214
6387
  verification:
6215
6388
  method: GET
6216
- endpoint: /v1/models
6389
+ endpoints:
6390
+ - /v1/models
6217
6391
  retry:
6218
6392
  after: 'x-ratelimit-reset-requests'
6219
6393
  docs: https://docs.nango.dev/integrations/all/openai
@@ -6237,7 +6411,8 @@ openai-admin:
6237
6411
  content-type: application/json
6238
6412
  verification:
6239
6413
  method: GET
6240
- endpoint: /v1/organization/users
6414
+ endpoints:
6415
+ - /v1/organization/users
6241
6416
  retry:
6242
6417
  after: 'x-ratelimit-reset-requests'
6243
6418
  docs: https://docs.nango.dev/integrations/all/openai-admin
@@ -6249,6 +6424,39 @@ openai-admin:
6249
6424
  description: The Admin API key for your OpenAI account
6250
6425
  doc_section: '#step-1-retrieve-your-openai-admin-key'
6251
6426
 
6427
+ oracle-hcm:
6428
+ display_name: Oracle Fusion Cloud (HCM)
6429
+ categories:
6430
+ - hr
6431
+ auth_mode: BASIC
6432
+ proxy:
6433
+ base_url: https://${connectionConfig.restServerUrl}
6434
+ headers:
6435
+ content-type: application/vnd.oracle.adf.resourceitem+json | json_pp
6436
+ docs: https://docs.nango.dev/integrations/all/oracle-hcm
6437
+ docs_connect: https://docs.nango.dev/integrations/all/oracle-hcm/connect
6438
+ credentials:
6439
+ username:
6440
+ type: string
6441
+ title: Username
6442
+ description: Your Oracle Cloud service username.
6443
+ doc_section: '#step-2-finding-your-credentials'
6444
+ password:
6445
+ type: string
6446
+ title: Password
6447
+ description: Your Oracle Cloud service password.
6448
+ doc_section: '#step-2-finding-your-credentials'
6449
+ connection_config:
6450
+ restServerUrl:
6451
+ type: string
6452
+ title: REST Server URL
6453
+ description: The REST server URL for your Oracle Fusion Cloud
6454
+ format: hostname
6455
+ prefix: https://
6456
+ example: servername.fa.us2.oraclecloud.com
6457
+ order: 1
6458
+ doc_section: '#step-1-finding-your-rest-server-url'
6459
+
6252
6460
  ory:
6253
6461
  display_name: Ory
6254
6462
  categories:
@@ -6356,6 +6564,30 @@ pandadoc:
6356
6564
  base_url: https://api.pandadoc.com
6357
6565
  docs: https://docs.nango.dev/integrations/all/pandadoc
6358
6566
 
6567
+ pandadoc-api-key:
6568
+ display_name: Pandadoc (API Key)
6569
+ categories:
6570
+ - legal
6571
+ auth_mode: API_KEY
6572
+ proxy:
6573
+ base_url: https://api.pandadoc.com
6574
+ verification:
6575
+ method: GET
6576
+ endpoints:
6577
+ - /public/v1/logs
6578
+ headers:
6579
+ authorization: API-Key ${apiKey}
6580
+ docs: https://docs.nango.dev/integrations/all/pandadoc-api-key
6581
+ docs_connect: https://docs.nango.dev/integrations/all/pandadoc-api-key/connect
6582
+ credentials:
6583
+ apiKey:
6584
+ type: string
6585
+ title: API Key
6586
+ description: The API key for your Pandadoc account
6587
+ doc_section: '#step-1-generating-your-api-key'
6588
+ example: 3039ba033eb1410caa0a2227158d63c9d6502cd8
6589
+ pattern: '^[a-fA-F0-9]+$'
6590
+
6359
6591
  payfit:
6360
6592
  display_name: Payfit
6361
6593
  categories:
@@ -6434,7 +6666,8 @@ pendo:
6434
6666
  base_url: https://app.pendo.io
6435
6667
  verification:
6436
6668
  method: GET
6437
- endpoint: /api/v1/page
6669
+ endpoints:
6670
+ - /api/v1/page
6438
6671
  headers:
6439
6672
  x-pendo-integration-key: ${apiKey}
6440
6673
  docs: https://docs.nango.dev/integrations/all/pendo
@@ -6513,7 +6746,7 @@ perimeter81:
6513
6746
  base_url: https://api.perimeter81.com/api/rest
6514
6747
  token_url: https://api.${connectionConfig.domain}.com/api/v1/auth/authorize
6515
6748
  token_params:
6516
- apiKey: ${credential.apiKey}
6749
+ apiKey: ${credentials.apiKey}
6517
6750
  grantType: api_key
6518
6751
  token_headers:
6519
6752
  content-type: application/json
@@ -6596,7 +6829,8 @@ personio-recruiting:
6596
6829
  x-personio-app-id: ${connectionConfig.appId}
6597
6830
  verification:
6598
6831
  method: GET
6599
- endpoint: /xml?language=en
6832
+ endpoints:
6833
+ - /xml?language=en
6600
6834
  base_url_override: https://${connectionConfig.company}.jobs.personio.de
6601
6835
  headers:
6602
6836
  accept: application/xml
@@ -6696,7 +6930,8 @@ pivotaltracker:
6696
6930
  base_url: https://www.pivotaltracker.com/services/v5
6697
6931
  verification:
6698
6932
  method: GET
6699
- endpoint: /accounts
6933
+ endpoints:
6934
+ - /accounts
6700
6935
  docs: https://docs.nango.dev/integrations/all/pivotaltracker
6701
6936
  credentials:
6702
6937
  apiKey:
@@ -6715,7 +6950,8 @@ plain:
6715
6950
  base_url: https://core-api.uk.plain.com/graphql/v1
6716
6951
  verification:
6717
6952
  method: GET
6718
- endpoint: ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
6953
+ endpoints:
6954
+ - ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
6719
6955
  docs: https://docs.nango.dev/integrations/all/plain
6720
6956
  docs_connect: https://docs.nango.dev/integrations/all/plain/connect
6721
6957
  credentials:
@@ -6766,7 +7002,8 @@ posthog:
6766
7002
  base_url: https://${connectionConfig.subdomain}.posthog.com
6767
7003
  verification:
6768
7004
  method: GET
6769
- endpoint: /api/users/@me
7005
+ endpoints:
7006
+ - /api/users/@me
6770
7007
  docs: https://docs.nango.dev/integrations/all/posthog
6771
7008
  docs_connect: https://docs.nango.dev/integrations/all/posthog/connect
6772
7009
  connection_config:
@@ -6936,7 +7173,8 @@ ragieai:
6936
7173
  authorization: Bearer ${apiKey}
6937
7174
  verification:
6938
7175
  method: GET
6939
- endpoint: /documents
7176
+ endpoints:
7177
+ - /documents
6940
7178
  docs: https://docs.nango.dev/integrations/all/ragieai
6941
7179
  credentials:
6942
7180
  apiKey:
@@ -7005,7 +7243,8 @@ razorpay:
7005
7243
  base_url: https://api.razorpay.com
7006
7244
  verification:
7007
7245
  method: GET
7008
- endpoint: /v1/orders
7246
+ endpoints:
7247
+ - /v1/orders
7009
7248
  docs: https://docs.nango.dev/integrations/all/razorpay
7010
7249
  docs_connect: https://docs.nango.dev/integrations/all/razorpay/connect
7011
7250
  credentials:
@@ -7035,7 +7274,8 @@ readwise:
7035
7274
  authorization: Token ${apiKey}
7036
7275
  verification:
7037
7276
  method: GET
7038
- endpoint: /auth
7277
+ endpoints:
7278
+ - /auth
7039
7279
  retry:
7040
7280
  after: 'retry-after'
7041
7281
  docs: https://docs.nango.dev/integrations/all/readwise
@@ -7061,7 +7301,8 @@ readwise-reader:
7061
7301
  verification:
7062
7302
  method: GET
7063
7303
  base_url_override: https://readwise.io
7064
- endpoint: /api/v2/auth
7304
+ endpoints:
7305
+ - /api/v2/auth
7065
7306
  retry:
7066
7307
  after: 'retry-after'
7067
7308
  docs: https://docs.nango.dev/integrations/all/readwise-reader
@@ -7120,7 +7361,8 @@ refiner:
7120
7361
  base_url: https://api.refiner.io/v1
7121
7362
  verification:
7122
7363
  method: GET
7123
- endpoint: /account
7364
+ endpoints:
7365
+ - /account
7124
7366
  docs: https://docs.nango.dev/integrations/all/refiner
7125
7367
  credentials:
7126
7368
  apiKey:
@@ -7137,7 +7379,8 @@ replicate:
7137
7379
  base_url: https://api.replicate.com
7138
7380
  verification:
7139
7381
  method: GET
7140
- endpoint: /v1/account
7382
+ endpoints:
7383
+ - /v1/account
7141
7384
  docs: https://docs.nango.dev/integrations/all/replicate
7142
7385
  credentials:
7143
7386
  apiKey:
@@ -7276,8 +7519,8 @@ sage-intacct:
7276
7519
  token_params:
7277
7520
  request:
7278
7521
  control:
7279
- senderid: ${credential.senderId}
7280
- password: ${credential.senderPassword}
7522
+ senderid: ${credentials.senderId}
7523
+ password: ${credentials.senderPassword}
7281
7524
  controlid: ${now}
7282
7525
  uniqueid: false
7283
7526
  dtdversion: '3.0'
@@ -7285,9 +7528,9 @@ sage-intacct:
7285
7528
  operation:
7286
7529
  authentication:
7287
7530
  login:
7288
- userid: ${credential.userId}
7289
- companyid: ${credential.companyId}
7290
- password: ${credential.userPassword}
7531
+ userid: ${credentials.userId}
7532
+ companyid: ${credentials.companyId}
7533
+ password: ${credentials.userPassword}
7291
7534
  content:
7292
7535
  function:
7293
7536
  $controlid: '{{$guid}}'
@@ -7413,7 +7656,7 @@ salesforce-cdp:
7413
7656
  body_format: form
7414
7657
  token_params:
7415
7658
  grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
7416
- assertion: ${credential.jwt}
7659
+ assertion: ${credentials.jwt}
7417
7660
  token_headers:
7418
7661
  content-type: application/x-www-form-urlencoded
7419
7662
  additional_steps:
@@ -7481,9 +7724,9 @@ sap-success-factors:
7481
7724
  token_url: https://${connectionConfig.apiServer}/oauth/token
7482
7725
  token_params:
7483
7726
  company_id: ${connectionConfig.companyId}
7484
- client_id: ${credential.apiKey}
7727
+ client_id: ${credentials.apiKey}
7485
7728
  grant_type: urn:ietf:params:oauth:grant-type:saml2-bearer
7486
- assertion: ${credential.assertion}
7729
+ assertion: ${credentials.assertion}
7487
7730
  token_headers:
7488
7731
  content-type: application/x-www-form-urlencoded
7489
7732
  proxy:
@@ -7729,11 +7972,11 @@ sharepoint-online-v1:
7729
7972
  token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/token
7730
7973
  body_format: form
7731
7974
  token_params:
7732
- client_id: ${credential.clientId}
7975
+ client_id: ${credentials.clientId}
7733
7976
  grant_type: client_credentials
7734
7977
  resource: https://${connectionConfig.tenantId}.sharepoint.com
7735
7978
  client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer
7736
- client_assertion: ${credential.assertion}
7979
+ client_assertion: ${credentials.assertion}
7737
7980
  token_headers:
7738
7981
  content-type: application/x-www-form-urlencoded
7739
7982
  proxy:
@@ -7788,7 +8031,8 @@ shipstation:
7788
8031
  after: 'x-rate-limit-reset'
7789
8032
  verification:
7790
8033
  method: GET
7791
- endpoint: /users
8034
+ endpoints:
8035
+ - /users
7792
8036
  docs: https://docs.nango.dev/integrations/all/shipstation
7793
8037
  docs_connect: https://docs.nango.dev/integrations/all/shipstation/connect
7794
8038
  credentials:
@@ -7842,7 +8086,8 @@ shopify-api-key:
7842
8086
  content-type: application/json
7843
8087
  verification:
7844
8088
  method: POST
7845
- endpoint: /admin/api/2024-10/graphql.json?query=%7B__schema%7Btypes%7Bname%2Ckind%2Cfields%7Bname%7D%7D%7D%7D
8089
+ endpoints:
8090
+ - /admin/api/2024-10/graphql.json?query=%7B__schema%7Btypes%7Bname%2Ckind%2Cfields%7Bname%7D%7D%7D%7D
7846
8091
  docs: https://docs.nango.dev/integrations/all/shopify-api-key
7847
8092
  docs_connect: https://docs.nango.dev/integrations/all/shopify-api-key/connect
7848
8093
  connection_config:
@@ -7878,7 +8123,8 @@ shopify-scim:
7878
8123
  content-type: application/json
7879
8124
  verification:
7880
8125
  method: GET
7881
- endpoint: /v2/Users
8126
+ endpoints:
8127
+ - /v2/Users
7882
8128
  retry:
7883
8129
  after: 'retry-after'
7884
8130
  docs: https://docs.nango.dev/integrations/all/shopify-scim
@@ -7902,7 +8148,8 @@ shortcut:
7902
8148
  shortcut-token: ${apiKey}
7903
8149
  verification:
7904
8150
  method: GET
7905
- endpoint: /api/v3/member
8151
+ endpoints:
8152
+ - /api/v3/member
7906
8153
  docs: https://docs.nango.dev/integrations/all/shortcut
7907
8154
  credentials:
7908
8155
  apiKey:
@@ -7944,7 +8191,8 @@ smartrecruiters-api-key:
7944
8191
  x-smarttoken: ${apiKey}
7945
8192
  verification:
7946
8193
  method: GET
7947
- endpoint: /feed/publications
8194
+ endpoints:
8195
+ - /feed/publications
7948
8196
  docs: https://docs.nango.dev/integrations/all/smartrecruiters-api-key
7949
8197
  credentials:
7950
8198
  apiKey:
@@ -8287,7 +8535,8 @@ teamtailor:
8287
8535
  x-api-version: '20210218'
8288
8536
  verification:
8289
8537
  method: GET
8290
- endpoint: /v1/users
8538
+ endpoints:
8539
+ - /v1/users
8291
8540
  docs: https://docs.nango.dev/integrations/all/teamtailor
8292
8541
  connection_config:
8293
8542
  extension:
@@ -8410,7 +8659,8 @@ thrivecart-api-key:
8410
8659
  authorization: Bearer ${apiKey}
8411
8660
  verification:
8412
8661
  method: GET
8413
- endpoint: /ping
8662
+ endpoints:
8663
+ - /ping
8414
8664
  docs: https://docs.nango.dev/integrations/all/thrivecart-api-key
8415
8665
  credentials:
8416
8666
  apiKey:
@@ -8485,7 +8735,8 @@ trello-scim:
8485
8735
  authorization: Bearer ${apiKey}
8486
8736
  verification:
8487
8737
  method: GET
8488
- endpoint: /v2/users?sortBy=displayName&count=10
8738
+ endpoints:
8739
+ - /v2/users?sortBy=displayName&count=10
8489
8740
  docs: https://docs.nango.dev/integrations/all/trello-scim
8490
8741
  credentials:
8491
8742
  apiKey:
@@ -8678,7 +8929,8 @@ twenty-crm:
8678
8929
  after: 'retry-after'
8679
8930
  verification:
8680
8931
  method: GET
8681
- endpoint: /companies
8932
+ endpoints:
8933
+ - /companies
8682
8934
  docs: https://docs.nango.dev/integrations/all/twenty-crm
8683
8935
  credentials:
8684
8936
  apiKey:
@@ -8701,7 +8953,8 @@ twenty-crm-self-hosted:
8701
8953
  after: 'retry-after'
8702
8954
  verification:
8703
8955
  method: GET
8704
- endpoint: /companies
8956
+ endpoints:
8957
+ - /companies
8705
8958
  docs: https://docs.nango.dev/integrations/all/twenty-crm-self-hosted
8706
8959
  credentials:
8707
8960
  apiKey:
@@ -8728,7 +8981,8 @@ twilio:
8728
8981
  base_url: https://api.twilio.com
8729
8982
  verification:
8730
8983
  method: GET
8731
- endpoint: /2010-04-01/Accounts/${credentials.username}/Messages.json
8984
+ endpoints:
8985
+ - /2010-04-01/Accounts/${credentials.username}/Messages.json
8732
8986
  docs: https://docs.nango.dev/integrations/all/twilio
8733
8987
  docs_connect: https://docs.nango.dev/integrations/all/twilio/connect
8734
8988
  credentials:
@@ -8778,7 +9032,8 @@ typefully:
8778
9032
  x-api-key: Bearer ${apiKey}
8779
9033
  verification:
8780
9034
  method: GET
8781
- endpoint: /v1/notifications/
9035
+ endpoints:
9036
+ - /v1/notifications/
8782
9037
  docs: https://docs.nango.dev/integrations/all/typefully
8783
9038
  credentials:
8784
9039
  apiKey:
@@ -8815,7 +9070,8 @@ unanet:
8815
9070
  base_url: https://compass.cosential.com
8816
9071
  verification:
8817
9072
  method: GET
8818
- endpoint: /api/projects
9073
+ endpoints:
9074
+ - /api/projects
8819
9075
  docs: https://docs.nango.dev/integrations/all/unanet
8820
9076
  docs_connect: https://docs.nango.dev/integrations/all/unanet/connect
8821
9077
  connection_config:
@@ -8861,7 +9117,8 @@ unipile:
8861
9117
  x-api-key: ${apiKey}
8862
9118
  verification:
8863
9119
  method: GET
8864
- endpoint: /api/v1/contacts
9120
+ endpoints:
9121
+ - /api/v1/accounts
8865
9122
  docs: https://docs.nango.dev/integrations/all/unipile
8866
9123
  credentials:
8867
9124
  apiKey:
@@ -8910,7 +9167,8 @@ vimeo-basic:
8910
9167
  base_url: https://api.vimeo.com
8911
9168
  verification:
8912
9169
  method: GET
8913
- endpoint: /
9170
+ endpoints:
9171
+ - /
8914
9172
  docs: https://docs.nango.dev/integrations/all/vimeo-basic
8915
9173
 
8916
9174
  wakatime:
@@ -8982,7 +9240,8 @@ whatsapp-business:
8982
9240
  content-type: application/json
8983
9241
  base_url: https://graph.facebook.com
8984
9242
  verification:
8985
- endpoint: /v21.0/me
9243
+ endpoints:
9244
+ - /v21.0/me
8986
9245
  method: GET
8987
9246
  docs: https://docs.nango.dev/integrations/all/whatsapp-business
8988
9247
  credentials:
@@ -9062,7 +9321,8 @@ woocommerce:
9062
9321
  base_url: https://${connectionConfig.storeURL}
9063
9322
  verification:
9064
9323
  method: GET
9065
- endpoint: /wp-json/wc/v3/customers
9324
+ endpoints:
9325
+ - /wp-json/wc/v3/customers
9066
9326
  docs: https://docs.nango.dev/integrations/all/woocommerce
9067
9327
  docs_connect: https://docs.nango.dev/integrations/all/woocommerce/connect
9068
9328
  connection_config:
@@ -9216,7 +9476,8 @@ xai:
9216
9476
  content-type: application/json
9217
9477
  verification:
9218
9478
  method: GET
9219
- endpoint: /v1/api-key
9479
+ endpoints:
9480
+ - /v1/api-key
9220
9481
  docs: https://docs.nango.dev/integrations/all/xai
9221
9482
  docs_connect: https://docs.nango.dev/integrations/all/xai/connect
9222
9483
  credentials:
@@ -9341,7 +9602,8 @@ zapier-scim:
9341
9602
  after: 'retry-after'
9342
9603
  verification:
9343
9604
  method: GET
9344
- endpoint: /Users
9605
+ endpoints:
9606
+ - /Users
9345
9607
  docs: https://docs.nango.dev/integrations/all/zapier-scim
9346
9608
  credentials:
9347
9609
  apiKey: