-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathkonnectz.json
27 lines (27 loc) · 1.17 KB
/
konnectz.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "konnectz",
"name_for_human": "KonnectzIT",
"description_for_model": "This application interacts with the Konnectzit API to fetch and post data. It can fetch apps, app events, accounts, configurations, and can also perform test and review operations.",
"description_for_human": "Integrate to connect & automate your favourite Marketing, CRM, Payments and many more applications.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://chatauth.kntz.it/login",
"scope": "",
"authorization_url": "https://gptplugin.kntz.it/auth/oauth_exchange",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "e06079821c184decba53338bbc2cefcb"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://gptplugin.kntz.it/openapi.yaml"
},
"logo_url": "https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_170,w_170,f_auto,b_white,q_auto:eco,dpr_1/wb4jmi2zvrl4wk0tdxcl",
"contact_email": "rakesh@konnectzit.com",
"legal_info_url": "https://konnectzit.com/terms-and-conditions"
}