@nangohq/providers 0.57.0 → 0.57.1
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.
- package/package.json +2 -2
- package/providers.yaml +321 -130
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.1",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.57.
|
|
14
|
+
"@nangohq/types": "0.57.1",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
authorization: Bearer ${apiKey}
|
|
11
11
|
verification:
|
|
12
12
|
method: GET
|
|
13
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
@@ -975,7 +987,8 @@ bamboohr-basic:
|
|
|
975
987
|
base_url: https://api.bamboohr.com/api/gateway.php/${connectionConfig.subdomain}
|
|
976
988
|
verification:
|
|
977
989
|
method: GET
|
|
978
|
-
|
|
990
|
+
endpoints:
|
|
991
|
+
- /v1/meta/fields
|
|
979
992
|
docs: https://docs.nango.dev/integrations/all/bamboohr-basic
|
|
980
993
|
docs_connect: https://docs.nango.dev/integrations/all/bamboohr-basic/connect
|
|
981
994
|
connection_config:
|
|
@@ -1085,7 +1098,8 @@ beehiiv:
|
|
|
1085
1098
|
base_url: https://api.beehiiv.com/v2/publications/${connectionConfig.publicationId}
|
|
1086
1099
|
verification:
|
|
1087
1100
|
method: GET
|
|
1088
|
-
|
|
1101
|
+
endpoints:
|
|
1102
|
+
- /posts
|
|
1089
1103
|
docs: https://docs.nango.dev/integrations/all/beehiiv
|
|
1090
1104
|
credentials:
|
|
1091
1105
|
apiKey:
|
|
@@ -1274,7 +1288,8 @@ blandai:
|
|
|
1274
1288
|
authorization: ${apiKey}
|
|
1275
1289
|
verification:
|
|
1276
1290
|
method: GET
|
|
1277
|
-
|
|
1291
|
+
endpoints:
|
|
1292
|
+
- v1/calls
|
|
1278
1293
|
docs: https://docs.nango.dev/integrations/all/blandai
|
|
1279
1294
|
credentials:
|
|
1280
1295
|
apiKey:
|
|
@@ -1413,7 +1428,8 @@ brevo-api-key:
|
|
|
1413
1428
|
base_url: https://api.brevo.com/v3
|
|
1414
1429
|
verification:
|
|
1415
1430
|
method: GET
|
|
1416
|
-
|
|
1431
|
+
endpoints:
|
|
1432
|
+
- /account
|
|
1417
1433
|
docs: https://docs.nango.dev/integrations/all/brevo-api-key
|
|
1418
1434
|
credentials:
|
|
1419
1435
|
apiKey:
|
|
@@ -1493,7 +1509,8 @@ builder-io-private:
|
|
|
1493
1509
|
authorization: Bearer ${apiKey}
|
|
1494
1510
|
verification:
|
|
1495
1511
|
method: POST
|
|
1496
|
-
|
|
1512
|
+
endpoints:
|
|
1513
|
+
- /api/v1/write/page
|
|
1497
1514
|
docs: https://docs.nango.dev/integrations/all/builder-io-private
|
|
1498
1515
|
docs_connect: https://docs.nango.dev/integrations/all/builder-io-private/connect
|
|
1499
1516
|
connection_config:
|
|
@@ -1527,7 +1544,8 @@ builder-io-public:
|
|
|
1527
1544
|
apiKey: ${apiKey}
|
|
1528
1545
|
verification:
|
|
1529
1546
|
method: GET
|
|
1530
|
-
|
|
1547
|
+
endpoints:
|
|
1548
|
+
- /api/v1/content/page
|
|
1531
1549
|
docs: https://docs.nango.dev/integrations/all/builder-io-public
|
|
1532
1550
|
docs_connect: https://docs.nango.dev/integrations/all/builder-io-public/connect
|
|
1533
1551
|
connection_config:
|
|
@@ -1562,7 +1580,8 @@ buildium:
|
|
|
1562
1580
|
x-buildium-client-secret: ${apiKey}
|
|
1563
1581
|
verification:
|
|
1564
1582
|
method: GET
|
|
1565
|
-
|
|
1583
|
+
endpoints:
|
|
1584
|
+
- /v1/rentals
|
|
1566
1585
|
docs: https://docs.nango.dev/integrations/all/buildium
|
|
1567
1586
|
docs_connect: https://docs.nango.dev/integrations/all/buildium/connect
|
|
1568
1587
|
connection_config:
|
|
@@ -1620,7 +1639,8 @@ cal-com-v1:
|
|
|
1620
1639
|
at: 'x-ratelimit-reset'
|
|
1621
1640
|
verification:
|
|
1622
1641
|
method: GET
|
|
1623
|
-
|
|
1642
|
+
endpoints:
|
|
1643
|
+
- /me
|
|
1624
1644
|
docs: https://docs.nango.dev/integrations/all/cal-com-v1
|
|
1625
1645
|
docs_connect: https://docs.nango.dev/integrations/all/cal-com-v1/connect
|
|
1626
1646
|
credentials:
|
|
@@ -1649,7 +1669,8 @@ cal-com-v2:
|
|
|
1649
1669
|
at: 'x-ratelimit-reset'
|
|
1650
1670
|
verification:
|
|
1651
1671
|
method: GET
|
|
1652
|
-
|
|
1672
|
+
endpoints:
|
|
1673
|
+
- /me
|
|
1653
1674
|
docs: https://docs.nango.dev/integrations/all/cal-com-v2
|
|
1654
1675
|
docs_connect: https://docs.nango.dev/integrations/all/cal-com-v2/connect
|
|
1655
1676
|
credentials:
|
|
@@ -1694,7 +1715,8 @@ canny:
|
|
|
1694
1715
|
apiKey: ${apiKey}
|
|
1695
1716
|
verification:
|
|
1696
1717
|
method: POST
|
|
1697
|
-
|
|
1718
|
+
endpoints:
|
|
1719
|
+
- /boards/list
|
|
1698
1720
|
docs: https://docs.nango.dev/integrations/all/canny
|
|
1699
1721
|
docs_connect: https://docs.nango.dev/integrations/all/canny/connect
|
|
1700
1722
|
credentials:
|
|
@@ -1719,7 +1741,8 @@ canva-scim:
|
|
|
1719
1741
|
content-type: application/json
|
|
1720
1742
|
verification:
|
|
1721
1743
|
method: GET
|
|
1722
|
-
|
|
1744
|
+
endpoints:
|
|
1745
|
+
- /v2/Users
|
|
1723
1746
|
docs: https://docs.nango.dev/integrations/all/canva-scim
|
|
1724
1747
|
credentials:
|
|
1725
1748
|
apiKey:
|
|
@@ -1743,7 +1766,8 @@ certn:
|
|
|
1743
1766
|
response_path: results
|
|
1744
1767
|
verification:
|
|
1745
1768
|
method: GET
|
|
1746
|
-
|
|
1769
|
+
endpoints:
|
|
1770
|
+
- /api/v2/teams
|
|
1747
1771
|
docs: https://docs.nango.dev/integrations/all/certn
|
|
1748
1772
|
docs_connect: https://docs.nango.dev/integrations/all/certn
|
|
1749
1773
|
credentials:
|
|
@@ -1769,7 +1793,8 @@ certn-partner:
|
|
|
1769
1793
|
limit_name_in_request: limit
|
|
1770
1794
|
verification:
|
|
1771
1795
|
method: GET
|
|
1772
|
-
|
|
1796
|
+
endpoints:
|
|
1797
|
+
- /api/v2/teams
|
|
1773
1798
|
docs: https://docs.nango.dev/integrations/all/certn-partner
|
|
1774
1799
|
|
|
1775
1800
|
chargebee:
|
|
@@ -1781,7 +1806,8 @@ chargebee:
|
|
|
1781
1806
|
base_url: https://${connectionConfig.subdomain}.chargebee.com
|
|
1782
1807
|
verification:
|
|
1783
1808
|
method: GET
|
|
1784
|
-
|
|
1809
|
+
endpoints:
|
|
1810
|
+
- /api/v2/business_entities
|
|
1785
1811
|
retry:
|
|
1786
1812
|
after: 'retry-after'
|
|
1787
1813
|
docs: https://docs.nango.dev/integrations/all/chargebee
|
|
@@ -1826,7 +1852,8 @@ chattermill:
|
|
|
1826
1852
|
content-type: application/json
|
|
1827
1853
|
verification:
|
|
1828
1854
|
method: GET
|
|
1829
|
-
|
|
1855
|
+
endpoints:
|
|
1856
|
+
- /v1/projects
|
|
1830
1857
|
docs: https://docs.nango.dev/integrations/all/chattermill
|
|
1831
1858
|
credentials:
|
|
1832
1859
|
apiKey:
|
|
@@ -1952,7 +1979,8 @@ chorus:
|
|
|
1952
1979
|
base_url: https://chorus.ai
|
|
1953
1980
|
verification:
|
|
1954
1981
|
method: GET
|
|
1955
|
-
|
|
1982
|
+
endpoints:
|
|
1983
|
+
- /api/v1/users/me
|
|
1956
1984
|
headers:
|
|
1957
1985
|
authorization: Bearer ${apiKey}
|
|
1958
1986
|
docs: https://docs.nango.dev/integrations/all/chorus
|
|
@@ -1992,7 +2020,8 @@ clari-copilot:
|
|
|
1992
2020
|
base_url: https://rest-api.copilot.clari.com
|
|
1993
2021
|
verification:
|
|
1994
2022
|
method: GET
|
|
1995
|
-
|
|
2023
|
+
endpoints:
|
|
2024
|
+
- /calls
|
|
1996
2025
|
docs: https://docs.nango.dev/integrations/all/clari-copilot
|
|
1997
2026
|
connection_config:
|
|
1998
2027
|
API_PASSWORD:
|
|
@@ -2074,7 +2103,8 @@ coda:
|
|
|
2074
2103
|
authorization: Bearer ${apiKey}
|
|
2075
2104
|
verification:
|
|
2076
2105
|
method: GET
|
|
2077
|
-
|
|
2106
|
+
endpoints:
|
|
2107
|
+
- /whoami
|
|
2078
2108
|
docs: https://docs.nango.dev/integrations/all/coda
|
|
2079
2109
|
docs_connect: https://docs.nango.dev/integrations/all/coda/connect
|
|
2080
2110
|
credentials:
|
|
@@ -2097,7 +2127,8 @@ codeclimate:
|
|
|
2097
2127
|
authorization: Token token=${apiKey}
|
|
2098
2128
|
verification:
|
|
2099
2129
|
method: GET
|
|
2100
|
-
|
|
2130
|
+
endpoints:
|
|
2131
|
+
- /v1/user
|
|
2101
2132
|
docs: https://docs.nango.dev/integrations/all/codeclimate
|
|
2102
2133
|
docs_connect: https://docs.nango.dev/integrations/all/codeclimate/connect
|
|
2103
2134
|
connection_config:
|
|
@@ -2187,7 +2218,8 @@ copper-api-key:
|
|
|
2187
2218
|
content-type: application/json
|
|
2188
2219
|
verification:
|
|
2189
2220
|
method: GET
|
|
2190
|
-
|
|
2221
|
+
endpoints:
|
|
2222
|
+
- /v1/account
|
|
2191
2223
|
docs_connect: https://docs.nango.dev/integrations/all/copper/connect
|
|
2192
2224
|
credentials:
|
|
2193
2225
|
apiKey:
|
|
@@ -2472,7 +2504,8 @@ datadog:
|
|
|
2472
2504
|
dd-application-key: ${connectionConfig.applicationKey}
|
|
2473
2505
|
verification:
|
|
2474
2506
|
method: GET
|
|
2475
|
-
|
|
2507
|
+
endpoints:
|
|
2508
|
+
- /v1/validate
|
|
2476
2509
|
retry:
|
|
2477
2510
|
after: 'x-ratelimit-reset'
|
|
2478
2511
|
docs: https://docs.nango.dev/integrations/all/datadog
|
|
@@ -2644,7 +2677,8 @@ dixa:
|
|
|
2644
2677
|
authorization: ${apiKey}
|
|
2645
2678
|
verification:
|
|
2646
2679
|
method: GET
|
|
2647
|
-
|
|
2680
|
+
endpoints:
|
|
2681
|
+
- /v1/agents
|
|
2648
2682
|
base_url_override: https://dev.dixa.io
|
|
2649
2683
|
docs: https://docs.nango.dev/integrations/all/dixa
|
|
2650
2684
|
credentials:
|
|
@@ -2736,9 +2770,9 @@ drupal:
|
|
|
2736
2770
|
body_format: form
|
|
2737
2771
|
token_url: https://${connectionConfig.baseUrl}/rest_api/access_token
|
|
2738
2772
|
token_params:
|
|
2739
|
-
client_id: ${
|
|
2740
|
-
client_secret: ${
|
|
2741
|
-
username: ${
|
|
2773
|
+
client_id: ${credentials.clientId}
|
|
2774
|
+
client_secret: ${credentials.clientSecret}
|
|
2775
|
+
username: ${credentials.userName}
|
|
2742
2776
|
grant_type: client_credentials
|
|
2743
2777
|
token_headers:
|
|
2744
2778
|
content-type: application/x-www-form-urlencoded
|
|
@@ -2794,7 +2828,8 @@ emarsys:
|
|
|
2794
2828
|
x-wsse: ${accessToken}
|
|
2795
2829
|
verification:
|
|
2796
2830
|
method: GET
|
|
2797
|
-
|
|
2831
|
+
endpoints:
|
|
2832
|
+
- /api/v2/settings
|
|
2798
2833
|
retry:
|
|
2799
2834
|
at: 'x-ratelimit-reset'
|
|
2800
2835
|
token:
|
|
@@ -2921,7 +2956,8 @@ elevenlabs:
|
|
|
2921
2956
|
xi-api-key: ${apiKey}
|
|
2922
2957
|
verification:
|
|
2923
2958
|
method: GET
|
|
2924
|
-
|
|
2959
|
+
endpoints:
|
|
2960
|
+
- /v1/user
|
|
2925
2961
|
docs: https://docs.nango.dev/integrations/all/elevenlabs
|
|
2926
2962
|
credentials:
|
|
2927
2963
|
apiKey:
|
|
@@ -3010,7 +3046,8 @@ evaluagent:
|
|
|
3010
3046
|
base_url: https://${connectionConfig.region}.evaluagent.com
|
|
3011
3047
|
verification:
|
|
3012
3048
|
method: GET
|
|
3013
|
-
|
|
3049
|
+
endpoints:
|
|
3050
|
+
- /v1/ping
|
|
3014
3051
|
docs: https://docs.nango.dev/integrations/all/evaluagent
|
|
3015
3052
|
connection_config:
|
|
3016
3053
|
region:
|
|
@@ -3137,6 +3174,7 @@ expensify:
|
|
|
3137
3174
|
title: Partner User Secret
|
|
3138
3175
|
description: Unique secret for your account
|
|
3139
3176
|
doc_section: '#step-1-finding-your-partneruserid-and-partnerusersecret'
|
|
3177
|
+
credentials_verification_script: expensifyCredentialsVerification
|
|
3140
3178
|
docs: https://docs.nango.dev/integrations/all/expensify
|
|
3141
3179
|
docs_connect: https://docs.nango.dev/integrations/all/expensify/connect
|
|
3142
3180
|
|
|
@@ -3200,7 +3238,8 @@ falai:
|
|
|
3200
3238
|
base_url: https://queue.fal.run
|
|
3201
3239
|
verification:
|
|
3202
3240
|
method: POST
|
|
3203
|
-
|
|
3241
|
+
endpoints:
|
|
3242
|
+
- /fal-ai/fast-sdxl
|
|
3204
3243
|
docs: https://docs.nango.dev/integrations/all/falai
|
|
3205
3244
|
credentials:
|
|
3206
3245
|
apiKey:
|
|
@@ -3252,7 +3291,8 @@ fireflies:
|
|
|
3252
3291
|
authorization: Bearer ${apiKey}
|
|
3253
3292
|
verification:
|
|
3254
3293
|
method: GET
|
|
3255
|
-
|
|
3294
|
+
endpoints:
|
|
3295
|
+
- /graphql?query=%7B__schema%7Btypes%7Bname%7D%7D%7D
|
|
3256
3296
|
docs: https://docs.nango.dev/integrations/all/fireflies
|
|
3257
3297
|
credentials:
|
|
3258
3298
|
apiKey:
|
|
@@ -3294,7 +3334,8 @@ fiserv-api-key:
|
|
|
3294
3334
|
api-key: ${apiKey}
|
|
3295
3335
|
verification:
|
|
3296
3336
|
method: GET
|
|
3297
|
-
|
|
3337
|
+
endpoints:
|
|
3338
|
+
- /sandbox/exp/v1/authorisations
|
|
3298
3339
|
docs: https://docs.nango.dev/integrations/all/fiserv-api-key
|
|
3299
3340
|
credentials:
|
|
3300
3341
|
apiKey:
|
|
@@ -3356,7 +3397,8 @@ freshdesk:
|
|
|
3356
3397
|
proxy:
|
|
3357
3398
|
base_url: https://${connectionConfig.subdomain}.freshdesk.com
|
|
3358
3399
|
verification:
|
|
3359
|
-
|
|
3400
|
+
endpoints:
|
|
3401
|
+
- /api/v2/settings/helpdesk
|
|
3360
3402
|
docs: https://docs.nango.dev/integrations/all/freshdesk
|
|
3361
3403
|
docs_connect: https://docs.nango.dev/integrations/all/freshdesk/connect
|
|
3362
3404
|
credentials:
|
|
@@ -3392,7 +3434,8 @@ freshsales:
|
|
|
3392
3434
|
base_url: https://${connectionConfig.subdomain}.freshsales.io
|
|
3393
3435
|
verification:
|
|
3394
3436
|
method: GET
|
|
3395
|
-
|
|
3437
|
+
endpoints:
|
|
3438
|
+
- /api/settings/leads/fields
|
|
3396
3439
|
headers:
|
|
3397
3440
|
authorization: Token token=${apiKey}
|
|
3398
3441
|
retry:
|
|
@@ -3427,7 +3470,8 @@ freshservice:
|
|
|
3427
3470
|
base_url: https://${connectionConfig.subdomain}.freshservice.com
|
|
3428
3471
|
verification:
|
|
3429
3472
|
method: GET
|
|
3430
|
-
|
|
3473
|
+
endpoints:
|
|
3474
|
+
- /api/v2/tickets
|
|
3431
3475
|
retry:
|
|
3432
3476
|
after: 'retry-after'
|
|
3433
3477
|
docs: https://docs.nango.dev/integrations/all/freshservice
|
|
@@ -3575,7 +3619,8 @@ google-gemini:
|
|
|
3575
3619
|
content-type: application/json
|
|
3576
3620
|
verification:
|
|
3577
3621
|
method: GET
|
|
3578
|
-
|
|
3622
|
+
endpoints:
|
|
3623
|
+
- /v1/models
|
|
3579
3624
|
docs: https://docs.nango.dev/integrations/all/google-gemini
|
|
3580
3625
|
docs_connect: https://docs.nango.dev/integrations/all/google-gemini/connect
|
|
3581
3626
|
credentials:
|
|
@@ -3596,7 +3641,8 @@ gerrit:
|
|
|
3596
3641
|
base_url: https://${connectionConfig.host}
|
|
3597
3642
|
verification:
|
|
3598
3643
|
method: GET
|
|
3599
|
-
|
|
3644
|
+
endpoints:
|
|
3645
|
+
- /config/server/version
|
|
3600
3646
|
docs: https://docs.nango.dev/integrations/all/gerrit
|
|
3601
3647
|
docs_connect: https://docs.nango.dev/integrations/all/gerrit/connect
|
|
3602
3648
|
connection_config:
|
|
@@ -3618,7 +3664,8 @@ guru:
|
|
|
3618
3664
|
base_url: https://api.getguru.com/api/v1
|
|
3619
3665
|
verification:
|
|
3620
3666
|
method: GET
|
|
3621
|
-
|
|
3667
|
+
endpoints:
|
|
3668
|
+
- /whoami
|
|
3622
3669
|
docs: https://docs.nango.dev/integrations/all/guru
|
|
3623
3670
|
docs_connect: https://docs.nango.dev/integrations/all/guru/connect
|
|
3624
3671
|
credentials:
|
|
@@ -3647,7 +3694,8 @@ guru-scim:
|
|
|
3647
3694
|
authorization: Bearer ${apiKey}
|
|
3648
3695
|
verification:
|
|
3649
3696
|
method: GET
|
|
3650
|
-
|
|
3697
|
+
endpoints:
|
|
3698
|
+
- /v2/Users
|
|
3651
3699
|
docs: https://docs.nango.dev/integrations/all/guru-scim
|
|
3652
3700
|
docs_connect: https://docs.nango.dev/integrations/all/guru-scim/connect
|
|
3653
3701
|
credentials:
|
|
@@ -3798,7 +3846,8 @@ ghost-content:
|
|
|
3798
3846
|
key: ${apiKey}
|
|
3799
3847
|
verification:
|
|
3800
3848
|
method: GET
|
|
3801
|
-
|
|
3849
|
+
endpoints:
|
|
3850
|
+
- /tags
|
|
3802
3851
|
docs: https://docs.nango.dev/integrations/all/ghost-content
|
|
3803
3852
|
connection_config:
|
|
3804
3853
|
version:
|
|
@@ -4071,7 +4120,8 @@ grafana:
|
|
|
4071
4120
|
proxy:
|
|
4072
4121
|
base_url: https://${connectionConfig.domain}
|
|
4073
4122
|
verification:
|
|
4074
|
-
|
|
4123
|
+
endpoints:
|
|
4124
|
+
- /api/access-control/user/permissions
|
|
4075
4125
|
method: GET
|
|
4076
4126
|
headers:
|
|
4077
4127
|
authorization: Bearer ${apiKey}
|
|
@@ -4124,7 +4174,8 @@ grain-api-key:
|
|
|
4124
4174
|
base_url: https://api.grain.com
|
|
4125
4175
|
verification:
|
|
4126
4176
|
method: GET
|
|
4127
|
-
|
|
4177
|
+
endpoints:
|
|
4178
|
+
- /_/public-api/me
|
|
4128
4179
|
headers:
|
|
4129
4180
|
authorization: Bearer ${apiKey}
|
|
4130
4181
|
docs: https://docs.nango.dev/integrations/all/grain-api-key
|
|
@@ -4174,7 +4225,8 @@ greenhouse-basic:
|
|
|
4174
4225
|
limit_name_in_request: per_page
|
|
4175
4226
|
link_rel_in_response_header: next
|
|
4176
4227
|
verification:
|
|
4177
|
-
|
|
4228
|
+
endpoints:
|
|
4229
|
+
- /v1/candidates/
|
|
4178
4230
|
docs: https://docs.nango.dev/integrations/all/greenhouse-basic
|
|
4179
4231
|
docs_connect: https://docs.nango.dev/integrations/all/greenhouse-basic/connect
|
|
4180
4232
|
connection_config:
|
|
@@ -4216,7 +4268,8 @@ greenhouse-harvest:
|
|
|
4216
4268
|
after: 'retry-after'
|
|
4217
4269
|
verification:
|
|
4218
4270
|
method: GET
|
|
4219
|
-
|
|
4271
|
+
endpoints:
|
|
4272
|
+
- /v1/candidates
|
|
4220
4273
|
docs: https://docs.nango.dev/integrations/all/greenhouse-harvest
|
|
4221
4274
|
docs_connect: https://docs.nango.dev/integrations/all/greenhouse-harvest/connect
|
|
4222
4275
|
credentials:
|
|
@@ -4270,7 +4323,8 @@ greenhouse-assessment:
|
|
|
4270
4323
|
proxy:
|
|
4271
4324
|
base_url: https://${connectionConfig.baseUrl}
|
|
4272
4325
|
verification:
|
|
4273
|
-
|
|
4326
|
+
endpoints:
|
|
4327
|
+
- /list_tests
|
|
4274
4328
|
docs: https://docs.nango.dev/integrations/all/greenhouse-assessment
|
|
4275
4329
|
docs_connect: https://docs.nango.dev/integrations/all/greenhouse-assessment/connect
|
|
4276
4330
|
connection_config:
|
|
@@ -4320,7 +4374,8 @@ greenhouse-onboarding:
|
|
|
4320
4374
|
proxy:
|
|
4321
4375
|
base_url: https://onboarding-api.greenhouse.io/graphql
|
|
4322
4376
|
verification:
|
|
4323
|
-
|
|
4377
|
+
endpoints:
|
|
4378
|
+
- ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
|
|
4324
4379
|
credentials:
|
|
4325
4380
|
username:
|
|
4326
4381
|
type: string
|
|
@@ -4397,7 +4452,8 @@ hackerrank-work:
|
|
|
4397
4452
|
base_url: https://www.hackerrank.com
|
|
4398
4453
|
verification:
|
|
4399
4454
|
method: GET
|
|
4400
|
-
|
|
4455
|
+
endpoints:
|
|
4456
|
+
- /x/api/v3/users?limit=10&offset=10
|
|
4401
4457
|
docs: https://docs.nango.dev/integrations/all/hackerrank-work
|
|
4402
4458
|
docs_connect: https://docs.nango.dev/integrations/all/hackerrank-work/connect
|
|
4403
4459
|
credentials:
|
|
@@ -4466,7 +4522,8 @@ hibob-service-user:
|
|
|
4466
4522
|
base_url: https://api.hibob.com
|
|
4467
4523
|
verification:
|
|
4468
4524
|
method: GET
|
|
4469
|
-
|
|
4525
|
+
endpoints:
|
|
4526
|
+
- /v1/company/named-lists
|
|
4470
4527
|
retry:
|
|
4471
4528
|
at: 'x-ratelimit-reset'
|
|
4472
4529
|
credentials:
|
|
@@ -4532,7 +4589,8 @@ holded:
|
|
|
4532
4589
|
key: ${apiKey}
|
|
4533
4590
|
verification:
|
|
4534
4591
|
method: GET
|
|
4535
|
-
|
|
4592
|
+
endpoints:
|
|
4593
|
+
- /invoicing/v1/contacts
|
|
4536
4594
|
docs: https://docs.nango.dev/integrations/all/holded
|
|
4537
4595
|
credentials:
|
|
4538
4596
|
apiKey:
|
|
@@ -4574,7 +4632,8 @@ insightly:
|
|
|
4574
4632
|
base_url: https://api.${connectionConfig.pod}.insightly.com
|
|
4575
4633
|
verification:
|
|
4576
4634
|
method: GET
|
|
4577
|
-
|
|
4635
|
+
endpoints:
|
|
4636
|
+
- /v3.1/Contacts
|
|
4578
4637
|
docs: https://docs.nango.dev/integrations/all/insightly
|
|
4579
4638
|
connection_config:
|
|
4580
4639
|
pod:
|
|
@@ -4692,7 +4751,8 @@ jira-basic:
|
|
|
4692
4751
|
base_url: https://${connectionConfig.subdomain}.atlassian.net
|
|
4693
4752
|
verification:
|
|
4694
4753
|
method: GET
|
|
4695
|
-
|
|
4754
|
+
endpoints:
|
|
4755
|
+
- /rest/api/3/events
|
|
4696
4756
|
docs: https://docs.nango.dev/integrations/all/jira-basic
|
|
4697
4757
|
connection_config:
|
|
4698
4758
|
subdomain:
|
|
@@ -4795,7 +4855,8 @@ helpscout-docs:
|
|
|
4795
4855
|
base_url: https://docsapi.helpscout.net
|
|
4796
4856
|
verification:
|
|
4797
4857
|
method: GET
|
|
4798
|
-
|
|
4858
|
+
endpoints:
|
|
4859
|
+
- /v1/sites
|
|
4799
4860
|
docs: https://docs.nango.dev/integrations/all/helpscout-docs
|
|
4800
4861
|
docs_connect: https://docs.nango.dev/integrations/all/helpscout-docs/connect
|
|
4801
4862
|
credentials:
|
|
@@ -4857,7 +4918,8 @@ keeper-scim:
|
|
|
4857
4918
|
base_url: https://keepersecurity.com/api/rest/scim/v2/${connectionConfig.node}
|
|
4858
4919
|
verification:
|
|
4859
4920
|
method: GET
|
|
4860
|
-
|
|
4921
|
+
endpoints:
|
|
4922
|
+
- /Users
|
|
4861
4923
|
docs: https://docs.nango.dev/integrations/all/keeper-scim
|
|
4862
4924
|
docs_connect: https://docs.nango.dev/integrations/all/keeper/connect
|
|
4863
4925
|
credentials:
|
|
@@ -4889,7 +4951,8 @@ klipfolio:
|
|
|
4889
4951
|
kf-api-key: ${apiKey}
|
|
4890
4952
|
verification:
|
|
4891
4953
|
method: GET
|
|
4892
|
-
|
|
4954
|
+
endpoints:
|
|
4955
|
+
- /api/1.0/profile
|
|
4893
4956
|
docs: https://docs.nango.dev/integrations/all/klipfolio
|
|
4894
4957
|
credentials:
|
|
4895
4958
|
apiKey:
|
|
@@ -4909,7 +4972,8 @@ klaviyo:
|
|
|
4909
4972
|
revision: '2024-07-15'
|
|
4910
4973
|
verification:
|
|
4911
4974
|
method: GET
|
|
4912
|
-
|
|
4975
|
+
endpoints:
|
|
4976
|
+
- /api/accounts
|
|
4913
4977
|
retry:
|
|
4914
4978
|
after: 'retry-after'
|
|
4915
4979
|
docs: https://docs.nango.dev/integrations/all/klaviyo
|
|
@@ -4999,6 +5063,7 @@ lastpass:
|
|
|
4999
5063
|
base_url: https://lastpass.com
|
|
5000
5064
|
docs: https://docs.nango.dev/integrations/all/lastpass
|
|
5001
5065
|
docs_connect: https://docs.nango.dev/integrations/all/lastpass/connect
|
|
5066
|
+
credentials_verification_script: lastpassCredentialsVerification
|
|
5002
5067
|
credentials:
|
|
5003
5068
|
username:
|
|
5004
5069
|
type: string
|
|
@@ -5062,7 +5127,8 @@ lemlist:
|
|
|
5062
5127
|
proxy:
|
|
5063
5128
|
base_url: https://api.lemlist.com
|
|
5064
5129
|
verification:
|
|
5065
|
-
|
|
5130
|
+
endpoints:
|
|
5131
|
+
- /api/team
|
|
5066
5132
|
retry:
|
|
5067
5133
|
after: 'retry-after'
|
|
5068
5134
|
docs: https://docs.nango.dev/integrations/all/lemlist
|
|
@@ -5208,7 +5274,8 @@ loom-scim:
|
|
|
5208
5274
|
authorization: Bearer ${apiKey}
|
|
5209
5275
|
verification:
|
|
5210
5276
|
method: GET
|
|
5211
|
-
|
|
5277
|
+
endpoints:
|
|
5278
|
+
- /Users
|
|
5212
5279
|
docs: https://docs.nango.dev/integrations/all/loom-scim
|
|
5213
5280
|
docs_connect: https://docs.nango.dev/integrations/all/loom-scim/connect
|
|
5214
5281
|
connection_config:
|
|
@@ -5241,7 +5308,8 @@ loops-so:
|
|
|
5241
5308
|
authorization: Bearer ${apiKey}
|
|
5242
5309
|
verification:
|
|
5243
5310
|
method: GET
|
|
5244
|
-
|
|
5311
|
+
endpoints:
|
|
5312
|
+
- /v1/api-key
|
|
5245
5313
|
docs: https://docs.nango.dev/integrations/all/loops-so
|
|
5246
5314
|
credentials:
|
|
5247
5315
|
apiKey:
|
|
@@ -5264,7 +5332,8 @@ lucid-scim:
|
|
|
5264
5332
|
content-type: application/json
|
|
5265
5333
|
verification:
|
|
5266
5334
|
method: GET
|
|
5267
|
-
|
|
5335
|
+
endpoints:
|
|
5336
|
+
- /v2/Users
|
|
5268
5337
|
docs: https://docs.nango.dev/integrations/all/lucid-scim
|
|
5269
5338
|
docs_connect: https://docs.nango.dev/integrations/all/lucid-scim/connect
|
|
5270
5339
|
credentials:
|
|
@@ -5286,7 +5355,8 @@ luma:
|
|
|
5286
5355
|
base_url: https://api.lu.ma
|
|
5287
5356
|
verification:
|
|
5288
5357
|
method: GET
|
|
5289
|
-
|
|
5358
|
+
endpoints:
|
|
5359
|
+
- /public/v1/user/get-self
|
|
5290
5360
|
docs: https://docs.nango.dev/integrations/all/luma
|
|
5291
5361
|
credentials:
|
|
5292
5362
|
apiKey:
|
|
@@ -5307,7 +5377,8 @@ listmonk:
|
|
|
5307
5377
|
after: 'retry-after'
|
|
5308
5378
|
verification:
|
|
5309
5379
|
method: GET
|
|
5310
|
-
|
|
5380
|
+
endpoints:
|
|
5381
|
+
- /lists
|
|
5311
5382
|
docs: https://docs.nango.dev/integrations/all/listmonk
|
|
5312
5383
|
connection_config:
|
|
5313
5384
|
domain:
|
|
@@ -5338,7 +5409,8 @@ make:
|
|
|
5338
5409
|
authorization: Token ${apiKey}
|
|
5339
5410
|
verification:
|
|
5340
5411
|
method: GET
|
|
5341
|
-
|
|
5412
|
+
endpoints:
|
|
5413
|
+
- /users/me
|
|
5342
5414
|
docs: https://docs.nango.dev/integrations/all/make
|
|
5343
5415
|
docs_connect: https://docs.nango.dev/integrations/all/make/connect
|
|
5344
5416
|
connection_config:
|
|
@@ -5365,7 +5437,8 @@ mailgun:
|
|
|
5365
5437
|
base_url: https://${connectionConfig.region}.mailgun.net
|
|
5366
5438
|
verification:
|
|
5367
5439
|
method: GET
|
|
5368
|
-
|
|
5440
|
+
endpoints:
|
|
5441
|
+
- /v4/domains
|
|
5369
5442
|
docs: https://docs.nango.dev/integrations/all/mailgun
|
|
5370
5443
|
docs_connect: https://docs.nango.dev/integrations/all/mailgun/connect
|
|
5371
5444
|
connection_config:
|
|
@@ -5409,7 +5482,8 @@ manatal:
|
|
|
5409
5482
|
base_url: https://api.manatal.com/open/v3
|
|
5410
5483
|
verification:
|
|
5411
5484
|
method: GET
|
|
5412
|
-
|
|
5485
|
+
endpoints:
|
|
5486
|
+
- /users
|
|
5413
5487
|
headers:
|
|
5414
5488
|
authorization: Token ${apiKey}
|
|
5415
5489
|
paginate:
|
|
@@ -5531,7 +5605,8 @@ metabase:
|
|
|
5531
5605
|
x-api-key: ${apiKey}
|
|
5532
5606
|
verification:
|
|
5533
5607
|
method: GET
|
|
5534
|
-
|
|
5608
|
+
endpoints:
|
|
5609
|
+
- /api/database
|
|
5535
5610
|
docs: https://docs.nango.dev/integrations/all/metabase
|
|
5536
5611
|
docs_connect: https://docs.nango.dev/integrations/all/metabase/connect
|
|
5537
5612
|
connection_config:
|
|
@@ -5576,6 +5651,30 @@ microsoft:
|
|
|
5576
5651
|
decompress: true
|
|
5577
5652
|
docs: https://docs.nango.dev/integrations/all/microsoft
|
|
5578
5653
|
|
|
5654
|
+
microsoft-oauth2-cc:
|
|
5655
|
+
display_name: Microsoft (Client Credentials)
|
|
5656
|
+
auth_mode: OAUTH2_CC
|
|
5657
|
+
categories:
|
|
5658
|
+
- communication
|
|
5659
|
+
- dev-tools
|
|
5660
|
+
- productivity
|
|
5661
|
+
token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/v2.0/token
|
|
5662
|
+
token_params:
|
|
5663
|
+
grant_type: client_credentials
|
|
5664
|
+
proxy:
|
|
5665
|
+
base_url: https://graph.microsoft.com
|
|
5666
|
+
docs: https://docs.nango.dev/integrations/all/microsoft-oauth2-cc
|
|
5667
|
+
docs_connect: https://docs.nango.dev/integrations/all/microsoft-oauth2-cc/connect
|
|
5668
|
+
connection_config:
|
|
5669
|
+
tenantId:
|
|
5670
|
+
type: string
|
|
5671
|
+
title: Tenant ID
|
|
5672
|
+
description: The unique identifier for your organization that uses Microsoft services
|
|
5673
|
+
format: uuid
|
|
5674
|
+
example: a1b2c3d4-e5f6-47a8-9b0c-d1234567890f
|
|
5675
|
+
doc_section: '#step-1-finding-your-tenant-id'
|
|
5676
|
+
order: 1
|
|
5677
|
+
|
|
5579
5678
|
microsoft-teams:
|
|
5580
5679
|
display_name: Microsoft Teams
|
|
5581
5680
|
categories:
|
|
@@ -5688,7 +5787,8 @@ mindbody:
|
|
|
5688
5787
|
authorization: ${connectionConfig.staffUserToken}
|
|
5689
5788
|
verification:
|
|
5690
5789
|
method: GET
|
|
5691
|
-
|
|
5790
|
+
endpoints:
|
|
5791
|
+
- /public/v6/site/locations
|
|
5692
5792
|
docs: https://docs.nango.dev/integrations/all/mindbody
|
|
5693
5793
|
docs_connect: https://docs.nango.dev/integrations/all/mindbody/connect
|
|
5694
5794
|
credentials:
|
|
@@ -5756,9 +5856,9 @@ mip-cloud:
|
|
|
5756
5856
|
authorization-token: ${accessToken}
|
|
5757
5857
|
token_url: https://${connectionConfig.domain}/api/v1/sso/mipadv/login
|
|
5758
5858
|
token_params:
|
|
5759
|
-
username: ${
|
|
5760
|
-
password: ${
|
|
5761
|
-
org: ${
|
|
5859
|
+
username: ${credentials.username}
|
|
5860
|
+
password: ${credentials.password}
|
|
5861
|
+
org: ${credentials.org}
|
|
5762
5862
|
token_headers:
|
|
5763
5863
|
content-type: application/json
|
|
5764
5864
|
token_response:
|
|
@@ -5801,9 +5901,9 @@ mip-on-premise:
|
|
|
5801
5901
|
authorization-token: ${accessToken}
|
|
5802
5902
|
token_url: https://${connectionConfig.domain}/api/security/login
|
|
5803
5903
|
token_params:
|
|
5804
|
-
login: ${
|
|
5805
|
-
password: ${
|
|
5806
|
-
org: ${
|
|
5904
|
+
login: ${credentials.login}
|
|
5905
|
+
password: ${credentials.password}
|
|
5906
|
+
org: ${credentials.org}
|
|
5807
5907
|
token_headers:
|
|
5808
5908
|
content-type: application/json
|
|
5809
5909
|
token_response:
|
|
@@ -5883,7 +5983,8 @@ miro-scim:
|
|
|
5883
5983
|
base_url: https://miro.com/api
|
|
5884
5984
|
verification:
|
|
5885
5985
|
method: GET
|
|
5886
|
-
|
|
5986
|
+
endpoints:
|
|
5987
|
+
- /v1/scim/Users
|
|
5887
5988
|
headers:
|
|
5888
5989
|
authorization: Bearer ${apiKey}
|
|
5889
5990
|
docs: https://docs.nango.dev/integrations/all/miro-scim
|
|
@@ -6051,7 +6152,8 @@ notion-scim:
|
|
|
6051
6152
|
base_url: https://api.notion.com/scim
|
|
6052
6153
|
verification:
|
|
6053
6154
|
method: GET
|
|
6054
|
-
|
|
6155
|
+
endpoints:
|
|
6156
|
+
- /v2/Users
|
|
6055
6157
|
headers:
|
|
6056
6158
|
authorization: Bearer ${apiKey}
|
|
6057
6159
|
docs: https://docs.nango.dev/integrations/all/notion-scim
|
|
@@ -6095,8 +6197,8 @@ odoo-cc:
|
|
|
6095
6197
|
body_format: form
|
|
6096
6198
|
token_url: https://${connectionConfig.serverUrl}/restapi/1.0/common/oauth2/access_token
|
|
6097
6199
|
token_params:
|
|
6098
|
-
client_id: ${
|
|
6099
|
-
client_secret: ${
|
|
6200
|
+
client_id: ${credentials.consumerId}
|
|
6201
|
+
client_secret: ${credentials.consumerSecret}
|
|
6100
6202
|
grant_type: client_credentials
|
|
6101
6203
|
token_headers:
|
|
6102
6204
|
content-type: application/x-www-form-urlencoded
|
|
@@ -6213,7 +6315,8 @@ openai:
|
|
|
6213
6315
|
content-type: application/json
|
|
6214
6316
|
verification:
|
|
6215
6317
|
method: GET
|
|
6216
|
-
|
|
6318
|
+
endpoints:
|
|
6319
|
+
- /v1/models
|
|
6217
6320
|
retry:
|
|
6218
6321
|
after: 'x-ratelimit-reset-requests'
|
|
6219
6322
|
docs: https://docs.nango.dev/integrations/all/openai
|
|
@@ -6237,7 +6340,8 @@ openai-admin:
|
|
|
6237
6340
|
content-type: application/json
|
|
6238
6341
|
verification:
|
|
6239
6342
|
method: GET
|
|
6240
|
-
|
|
6343
|
+
endpoints:
|
|
6344
|
+
- /v1/organization/users
|
|
6241
6345
|
retry:
|
|
6242
6346
|
after: 'x-ratelimit-reset-requests'
|
|
6243
6347
|
docs: https://docs.nango.dev/integrations/all/openai-admin
|
|
@@ -6249,6 +6353,39 @@ openai-admin:
|
|
|
6249
6353
|
description: The Admin API key for your OpenAI account
|
|
6250
6354
|
doc_section: '#step-1-retrieve-your-openai-admin-key'
|
|
6251
6355
|
|
|
6356
|
+
oracle-hcm:
|
|
6357
|
+
display_name: Oracle Fusion Cloud (HCM)
|
|
6358
|
+
categories:
|
|
6359
|
+
- hr
|
|
6360
|
+
auth_mode: BASIC
|
|
6361
|
+
proxy:
|
|
6362
|
+
base_url: https://${connectionConfig.restServerUrl}
|
|
6363
|
+
headers:
|
|
6364
|
+
content-type: application/vnd.oracle.adf.resourceitem+json | json_pp
|
|
6365
|
+
docs: https://docs.nango.dev/integrations/all/oracle-hcm
|
|
6366
|
+
docs_connect: https://docs.nango.dev/integrations/all/oracle-hcm/connect
|
|
6367
|
+
credentials:
|
|
6368
|
+
username:
|
|
6369
|
+
type: string
|
|
6370
|
+
title: Username
|
|
6371
|
+
description: Your Oracle Cloud service username.
|
|
6372
|
+
doc_section: '#step-2-finding-your-credentials'
|
|
6373
|
+
password:
|
|
6374
|
+
type: string
|
|
6375
|
+
title: Password
|
|
6376
|
+
description: Your Oracle Cloud service password.
|
|
6377
|
+
doc_section: '#step-2-finding-your-credentials'
|
|
6378
|
+
connection_config:
|
|
6379
|
+
restServerUrl:
|
|
6380
|
+
type: string
|
|
6381
|
+
title: REST Server URL
|
|
6382
|
+
description: The REST server URL for your Oracle Fusion Cloud
|
|
6383
|
+
format: hostname
|
|
6384
|
+
prefix: https://
|
|
6385
|
+
example: servername.fa.us2.oraclecloud.com
|
|
6386
|
+
order: 1
|
|
6387
|
+
doc_section: '#step-1-finding-your-rest-server-url'
|
|
6388
|
+
|
|
6252
6389
|
ory:
|
|
6253
6390
|
display_name: Ory
|
|
6254
6391
|
categories:
|
|
@@ -6356,6 +6493,30 @@ pandadoc:
|
|
|
6356
6493
|
base_url: https://api.pandadoc.com
|
|
6357
6494
|
docs: https://docs.nango.dev/integrations/all/pandadoc
|
|
6358
6495
|
|
|
6496
|
+
pandadoc-api-key:
|
|
6497
|
+
display_name: Pandadoc (API Key)
|
|
6498
|
+
categories:
|
|
6499
|
+
- legal
|
|
6500
|
+
auth_mode: API_KEY
|
|
6501
|
+
proxy:
|
|
6502
|
+
base_url: https://api.pandadoc.com
|
|
6503
|
+
verification:
|
|
6504
|
+
method: GET
|
|
6505
|
+
endpoints:
|
|
6506
|
+
- /public/v1/logs
|
|
6507
|
+
headers:
|
|
6508
|
+
authorization: API-Key ${apiKey}
|
|
6509
|
+
docs: https://docs.nango.dev/integrations/all/pandadoc-api-key
|
|
6510
|
+
docs_connect: https://docs.nango.dev/integrations/all/pandadoc-api-key/connect
|
|
6511
|
+
credentials:
|
|
6512
|
+
apiKey:
|
|
6513
|
+
type: string
|
|
6514
|
+
title: API Key
|
|
6515
|
+
description: The API key for your Pandadoc account
|
|
6516
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
6517
|
+
example: 3039ba033eb1410caa0a2227158d63c9d6502cd8
|
|
6518
|
+
pattern: '^[a-fA-F0-9]+$'
|
|
6519
|
+
|
|
6359
6520
|
payfit:
|
|
6360
6521
|
display_name: Payfit
|
|
6361
6522
|
categories:
|
|
@@ -6434,7 +6595,8 @@ pendo:
|
|
|
6434
6595
|
base_url: https://app.pendo.io
|
|
6435
6596
|
verification:
|
|
6436
6597
|
method: GET
|
|
6437
|
-
|
|
6598
|
+
endpoints:
|
|
6599
|
+
- /api/v1/page
|
|
6438
6600
|
headers:
|
|
6439
6601
|
x-pendo-integration-key: ${apiKey}
|
|
6440
6602
|
docs: https://docs.nango.dev/integrations/all/pendo
|
|
@@ -6513,7 +6675,7 @@ perimeter81:
|
|
|
6513
6675
|
base_url: https://api.perimeter81.com/api/rest
|
|
6514
6676
|
token_url: https://api.${connectionConfig.domain}.com/api/v1/auth/authorize
|
|
6515
6677
|
token_params:
|
|
6516
|
-
apiKey: ${
|
|
6678
|
+
apiKey: ${credentials.apiKey}
|
|
6517
6679
|
grantType: api_key
|
|
6518
6680
|
token_headers:
|
|
6519
6681
|
content-type: application/json
|
|
@@ -6596,7 +6758,8 @@ personio-recruiting:
|
|
|
6596
6758
|
x-personio-app-id: ${connectionConfig.appId}
|
|
6597
6759
|
verification:
|
|
6598
6760
|
method: GET
|
|
6599
|
-
|
|
6761
|
+
endpoints:
|
|
6762
|
+
- /xml?language=en
|
|
6600
6763
|
base_url_override: https://${connectionConfig.company}.jobs.personio.de
|
|
6601
6764
|
headers:
|
|
6602
6765
|
accept: application/xml
|
|
@@ -6696,7 +6859,8 @@ pivotaltracker:
|
|
|
6696
6859
|
base_url: https://www.pivotaltracker.com/services/v5
|
|
6697
6860
|
verification:
|
|
6698
6861
|
method: GET
|
|
6699
|
-
|
|
6862
|
+
endpoints:
|
|
6863
|
+
- /accounts
|
|
6700
6864
|
docs: https://docs.nango.dev/integrations/all/pivotaltracker
|
|
6701
6865
|
credentials:
|
|
6702
6866
|
apiKey:
|
|
@@ -6715,7 +6879,8 @@ plain:
|
|
|
6715
6879
|
base_url: https://core-api.uk.plain.com/graphql/v1
|
|
6716
6880
|
verification:
|
|
6717
6881
|
method: GET
|
|
6718
|
-
|
|
6882
|
+
endpoints:
|
|
6883
|
+
- ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
|
|
6719
6884
|
docs: https://docs.nango.dev/integrations/all/plain
|
|
6720
6885
|
docs_connect: https://docs.nango.dev/integrations/all/plain/connect
|
|
6721
6886
|
credentials:
|
|
@@ -6766,7 +6931,8 @@ posthog:
|
|
|
6766
6931
|
base_url: https://${connectionConfig.subdomain}.posthog.com
|
|
6767
6932
|
verification:
|
|
6768
6933
|
method: GET
|
|
6769
|
-
|
|
6934
|
+
endpoints:
|
|
6935
|
+
- /api/users/@me
|
|
6770
6936
|
docs: https://docs.nango.dev/integrations/all/posthog
|
|
6771
6937
|
docs_connect: https://docs.nango.dev/integrations/all/posthog/connect
|
|
6772
6938
|
connection_config:
|
|
@@ -6936,7 +7102,8 @@ ragieai:
|
|
|
6936
7102
|
authorization: Bearer ${apiKey}
|
|
6937
7103
|
verification:
|
|
6938
7104
|
method: GET
|
|
6939
|
-
|
|
7105
|
+
endpoints:
|
|
7106
|
+
- /documents
|
|
6940
7107
|
docs: https://docs.nango.dev/integrations/all/ragieai
|
|
6941
7108
|
credentials:
|
|
6942
7109
|
apiKey:
|
|
@@ -7005,7 +7172,8 @@ razorpay:
|
|
|
7005
7172
|
base_url: https://api.razorpay.com
|
|
7006
7173
|
verification:
|
|
7007
7174
|
method: GET
|
|
7008
|
-
|
|
7175
|
+
endpoints:
|
|
7176
|
+
- /v1/orders
|
|
7009
7177
|
docs: https://docs.nango.dev/integrations/all/razorpay
|
|
7010
7178
|
docs_connect: https://docs.nango.dev/integrations/all/razorpay/connect
|
|
7011
7179
|
credentials:
|
|
@@ -7035,7 +7203,8 @@ readwise:
|
|
|
7035
7203
|
authorization: Token ${apiKey}
|
|
7036
7204
|
verification:
|
|
7037
7205
|
method: GET
|
|
7038
|
-
|
|
7206
|
+
endpoints:
|
|
7207
|
+
- /auth
|
|
7039
7208
|
retry:
|
|
7040
7209
|
after: 'retry-after'
|
|
7041
7210
|
docs: https://docs.nango.dev/integrations/all/readwise
|
|
@@ -7061,7 +7230,8 @@ readwise-reader:
|
|
|
7061
7230
|
verification:
|
|
7062
7231
|
method: GET
|
|
7063
7232
|
base_url_override: https://readwise.io
|
|
7064
|
-
|
|
7233
|
+
endpoints:
|
|
7234
|
+
- /api/v2/auth
|
|
7065
7235
|
retry:
|
|
7066
7236
|
after: 'retry-after'
|
|
7067
7237
|
docs: https://docs.nango.dev/integrations/all/readwise-reader
|
|
@@ -7120,7 +7290,8 @@ refiner:
|
|
|
7120
7290
|
base_url: https://api.refiner.io/v1
|
|
7121
7291
|
verification:
|
|
7122
7292
|
method: GET
|
|
7123
|
-
|
|
7293
|
+
endpoints:
|
|
7294
|
+
- /account
|
|
7124
7295
|
docs: https://docs.nango.dev/integrations/all/refiner
|
|
7125
7296
|
credentials:
|
|
7126
7297
|
apiKey:
|
|
@@ -7137,7 +7308,8 @@ replicate:
|
|
|
7137
7308
|
base_url: https://api.replicate.com
|
|
7138
7309
|
verification:
|
|
7139
7310
|
method: GET
|
|
7140
|
-
|
|
7311
|
+
endpoints:
|
|
7312
|
+
- /v1/account
|
|
7141
7313
|
docs: https://docs.nango.dev/integrations/all/replicate
|
|
7142
7314
|
credentials:
|
|
7143
7315
|
apiKey:
|
|
@@ -7276,8 +7448,8 @@ sage-intacct:
|
|
|
7276
7448
|
token_params:
|
|
7277
7449
|
request:
|
|
7278
7450
|
control:
|
|
7279
|
-
senderid: ${
|
|
7280
|
-
password: ${
|
|
7451
|
+
senderid: ${credentials.senderId}
|
|
7452
|
+
password: ${credentials.senderPassword}
|
|
7281
7453
|
controlid: ${now}
|
|
7282
7454
|
uniqueid: false
|
|
7283
7455
|
dtdversion: '3.0'
|
|
@@ -7285,9 +7457,9 @@ sage-intacct:
|
|
|
7285
7457
|
operation:
|
|
7286
7458
|
authentication:
|
|
7287
7459
|
login:
|
|
7288
|
-
userid: ${
|
|
7289
|
-
companyid: ${
|
|
7290
|
-
password: ${
|
|
7460
|
+
userid: ${credentials.userId}
|
|
7461
|
+
companyid: ${credentials.companyId}
|
|
7462
|
+
password: ${credentials.userPassword}
|
|
7291
7463
|
content:
|
|
7292
7464
|
function:
|
|
7293
7465
|
$controlid: '{{$guid}}'
|
|
@@ -7413,7 +7585,7 @@ salesforce-cdp:
|
|
|
7413
7585
|
body_format: form
|
|
7414
7586
|
token_params:
|
|
7415
7587
|
grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
|
|
7416
|
-
assertion: ${
|
|
7588
|
+
assertion: ${credentials.jwt}
|
|
7417
7589
|
token_headers:
|
|
7418
7590
|
content-type: application/x-www-form-urlencoded
|
|
7419
7591
|
additional_steps:
|
|
@@ -7481,9 +7653,9 @@ sap-success-factors:
|
|
|
7481
7653
|
token_url: https://${connectionConfig.apiServer}/oauth/token
|
|
7482
7654
|
token_params:
|
|
7483
7655
|
company_id: ${connectionConfig.companyId}
|
|
7484
|
-
client_id: ${
|
|
7656
|
+
client_id: ${credentials.apiKey}
|
|
7485
7657
|
grant_type: urn:ietf:params:oauth:grant-type:saml2-bearer
|
|
7486
|
-
assertion: ${
|
|
7658
|
+
assertion: ${credentials.assertion}
|
|
7487
7659
|
token_headers:
|
|
7488
7660
|
content-type: application/x-www-form-urlencoded
|
|
7489
7661
|
proxy:
|
|
@@ -7729,11 +7901,11 @@ sharepoint-online-v1:
|
|
|
7729
7901
|
token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/token
|
|
7730
7902
|
body_format: form
|
|
7731
7903
|
token_params:
|
|
7732
|
-
client_id: ${
|
|
7904
|
+
client_id: ${credentials.clientId}
|
|
7733
7905
|
grant_type: client_credentials
|
|
7734
7906
|
resource: https://${connectionConfig.tenantId}.sharepoint.com
|
|
7735
7907
|
client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer
|
|
7736
|
-
client_assertion: ${
|
|
7908
|
+
client_assertion: ${credentials.assertion}
|
|
7737
7909
|
token_headers:
|
|
7738
7910
|
content-type: application/x-www-form-urlencoded
|
|
7739
7911
|
proxy:
|
|
@@ -7788,7 +7960,8 @@ shipstation:
|
|
|
7788
7960
|
after: 'x-rate-limit-reset'
|
|
7789
7961
|
verification:
|
|
7790
7962
|
method: GET
|
|
7791
|
-
|
|
7963
|
+
endpoints:
|
|
7964
|
+
- /users
|
|
7792
7965
|
docs: https://docs.nango.dev/integrations/all/shipstation
|
|
7793
7966
|
docs_connect: https://docs.nango.dev/integrations/all/shipstation/connect
|
|
7794
7967
|
credentials:
|
|
@@ -7842,7 +8015,8 @@ shopify-api-key:
|
|
|
7842
8015
|
content-type: application/json
|
|
7843
8016
|
verification:
|
|
7844
8017
|
method: POST
|
|
7845
|
-
|
|
8018
|
+
endpoints:
|
|
8019
|
+
- /admin/api/2024-10/graphql.json?query=%7B__schema%7Btypes%7Bname%2Ckind%2Cfields%7Bname%7D%7D%7D%7D
|
|
7846
8020
|
docs: https://docs.nango.dev/integrations/all/shopify-api-key
|
|
7847
8021
|
docs_connect: https://docs.nango.dev/integrations/all/shopify-api-key/connect
|
|
7848
8022
|
connection_config:
|
|
@@ -7878,7 +8052,8 @@ shopify-scim:
|
|
|
7878
8052
|
content-type: application/json
|
|
7879
8053
|
verification:
|
|
7880
8054
|
method: GET
|
|
7881
|
-
|
|
8055
|
+
endpoints:
|
|
8056
|
+
- /v2/Users
|
|
7882
8057
|
retry:
|
|
7883
8058
|
after: 'retry-after'
|
|
7884
8059
|
docs: https://docs.nango.dev/integrations/all/shopify-scim
|
|
@@ -7902,7 +8077,8 @@ shortcut:
|
|
|
7902
8077
|
shortcut-token: ${apiKey}
|
|
7903
8078
|
verification:
|
|
7904
8079
|
method: GET
|
|
7905
|
-
|
|
8080
|
+
endpoints:
|
|
8081
|
+
- /api/v3/member
|
|
7906
8082
|
docs: https://docs.nango.dev/integrations/all/shortcut
|
|
7907
8083
|
credentials:
|
|
7908
8084
|
apiKey:
|
|
@@ -7944,7 +8120,8 @@ smartrecruiters-api-key:
|
|
|
7944
8120
|
x-smarttoken: ${apiKey}
|
|
7945
8121
|
verification:
|
|
7946
8122
|
method: GET
|
|
7947
|
-
|
|
8123
|
+
endpoints:
|
|
8124
|
+
- /feed/publications
|
|
7948
8125
|
docs: https://docs.nango.dev/integrations/all/smartrecruiters-api-key
|
|
7949
8126
|
credentials:
|
|
7950
8127
|
apiKey:
|
|
@@ -8287,7 +8464,8 @@ teamtailor:
|
|
|
8287
8464
|
x-api-version: '20210218'
|
|
8288
8465
|
verification:
|
|
8289
8466
|
method: GET
|
|
8290
|
-
|
|
8467
|
+
endpoints:
|
|
8468
|
+
- /v1/users
|
|
8291
8469
|
docs: https://docs.nango.dev/integrations/all/teamtailor
|
|
8292
8470
|
connection_config:
|
|
8293
8471
|
extension:
|
|
@@ -8410,7 +8588,8 @@ thrivecart-api-key:
|
|
|
8410
8588
|
authorization: Bearer ${apiKey}
|
|
8411
8589
|
verification:
|
|
8412
8590
|
method: GET
|
|
8413
|
-
|
|
8591
|
+
endpoints:
|
|
8592
|
+
- /ping
|
|
8414
8593
|
docs: https://docs.nango.dev/integrations/all/thrivecart-api-key
|
|
8415
8594
|
credentials:
|
|
8416
8595
|
apiKey:
|
|
@@ -8485,7 +8664,8 @@ trello-scim:
|
|
|
8485
8664
|
authorization: Bearer ${apiKey}
|
|
8486
8665
|
verification:
|
|
8487
8666
|
method: GET
|
|
8488
|
-
|
|
8667
|
+
endpoints:
|
|
8668
|
+
- /v2/users?sortBy=displayName&count=10
|
|
8489
8669
|
docs: https://docs.nango.dev/integrations/all/trello-scim
|
|
8490
8670
|
credentials:
|
|
8491
8671
|
apiKey:
|
|
@@ -8678,7 +8858,8 @@ twenty-crm:
|
|
|
8678
8858
|
after: 'retry-after'
|
|
8679
8859
|
verification:
|
|
8680
8860
|
method: GET
|
|
8681
|
-
|
|
8861
|
+
endpoints:
|
|
8862
|
+
- /companies
|
|
8682
8863
|
docs: https://docs.nango.dev/integrations/all/twenty-crm
|
|
8683
8864
|
credentials:
|
|
8684
8865
|
apiKey:
|
|
@@ -8701,7 +8882,8 @@ twenty-crm-self-hosted:
|
|
|
8701
8882
|
after: 'retry-after'
|
|
8702
8883
|
verification:
|
|
8703
8884
|
method: GET
|
|
8704
|
-
|
|
8885
|
+
endpoints:
|
|
8886
|
+
- /companies
|
|
8705
8887
|
docs: https://docs.nango.dev/integrations/all/twenty-crm-self-hosted
|
|
8706
8888
|
credentials:
|
|
8707
8889
|
apiKey:
|
|
@@ -8728,7 +8910,8 @@ twilio:
|
|
|
8728
8910
|
base_url: https://api.twilio.com
|
|
8729
8911
|
verification:
|
|
8730
8912
|
method: GET
|
|
8731
|
-
|
|
8913
|
+
endpoints:
|
|
8914
|
+
- /2010-04-01/Accounts/${credentials.username}/Messages.json
|
|
8732
8915
|
docs: https://docs.nango.dev/integrations/all/twilio
|
|
8733
8916
|
docs_connect: https://docs.nango.dev/integrations/all/twilio/connect
|
|
8734
8917
|
credentials:
|
|
@@ -8778,7 +8961,8 @@ typefully:
|
|
|
8778
8961
|
x-api-key: Bearer ${apiKey}
|
|
8779
8962
|
verification:
|
|
8780
8963
|
method: GET
|
|
8781
|
-
|
|
8964
|
+
endpoints:
|
|
8965
|
+
- /v1/notifications/
|
|
8782
8966
|
docs: https://docs.nango.dev/integrations/all/typefully
|
|
8783
8967
|
credentials:
|
|
8784
8968
|
apiKey:
|
|
@@ -8815,7 +8999,8 @@ unanet:
|
|
|
8815
8999
|
base_url: https://compass.cosential.com
|
|
8816
9000
|
verification:
|
|
8817
9001
|
method: GET
|
|
8818
|
-
|
|
9002
|
+
endpoints:
|
|
9003
|
+
- /api/projects
|
|
8819
9004
|
docs: https://docs.nango.dev/integrations/all/unanet
|
|
8820
9005
|
docs_connect: https://docs.nango.dev/integrations/all/unanet/connect
|
|
8821
9006
|
connection_config:
|
|
@@ -8861,7 +9046,8 @@ unipile:
|
|
|
8861
9046
|
x-api-key: ${apiKey}
|
|
8862
9047
|
verification:
|
|
8863
9048
|
method: GET
|
|
8864
|
-
|
|
9049
|
+
endpoints:
|
|
9050
|
+
- /api/v1/accounts
|
|
8865
9051
|
docs: https://docs.nango.dev/integrations/all/unipile
|
|
8866
9052
|
credentials:
|
|
8867
9053
|
apiKey:
|
|
@@ -8910,7 +9096,8 @@ vimeo-basic:
|
|
|
8910
9096
|
base_url: https://api.vimeo.com
|
|
8911
9097
|
verification:
|
|
8912
9098
|
method: GET
|
|
8913
|
-
|
|
9099
|
+
endpoints:
|
|
9100
|
+
- /
|
|
8914
9101
|
docs: https://docs.nango.dev/integrations/all/vimeo-basic
|
|
8915
9102
|
|
|
8916
9103
|
wakatime:
|
|
@@ -8982,7 +9169,8 @@ whatsapp-business:
|
|
|
8982
9169
|
content-type: application/json
|
|
8983
9170
|
base_url: https://graph.facebook.com
|
|
8984
9171
|
verification:
|
|
8985
|
-
|
|
9172
|
+
endpoints:
|
|
9173
|
+
- /v21.0/me
|
|
8986
9174
|
method: GET
|
|
8987
9175
|
docs: https://docs.nango.dev/integrations/all/whatsapp-business
|
|
8988
9176
|
credentials:
|
|
@@ -9062,7 +9250,8 @@ woocommerce:
|
|
|
9062
9250
|
base_url: https://${connectionConfig.storeURL}
|
|
9063
9251
|
verification:
|
|
9064
9252
|
method: GET
|
|
9065
|
-
|
|
9253
|
+
endpoints:
|
|
9254
|
+
- /wp-json/wc/v3/customers
|
|
9066
9255
|
docs: https://docs.nango.dev/integrations/all/woocommerce
|
|
9067
9256
|
docs_connect: https://docs.nango.dev/integrations/all/woocommerce/connect
|
|
9068
9257
|
connection_config:
|
|
@@ -9216,7 +9405,8 @@ xai:
|
|
|
9216
9405
|
content-type: application/json
|
|
9217
9406
|
verification:
|
|
9218
9407
|
method: GET
|
|
9219
|
-
|
|
9408
|
+
endpoints:
|
|
9409
|
+
- /v1/api-key
|
|
9220
9410
|
docs: https://docs.nango.dev/integrations/all/xai
|
|
9221
9411
|
docs_connect: https://docs.nango.dev/integrations/all/xai/connect
|
|
9222
9412
|
credentials:
|
|
@@ -9341,7 +9531,8 @@ zapier-scim:
|
|
|
9341
9531
|
after: 'retry-after'
|
|
9342
9532
|
verification:
|
|
9343
9533
|
method: GET
|
|
9344
|
-
|
|
9534
|
+
endpoints:
|
|
9535
|
+
- /Users
|
|
9345
9536
|
docs: https://docs.nango.dev/integrations/all/zapier-scim
|
|
9346
9537
|
credentials:
|
|
9347
9538
|
apiKey:
|