Pronto / XCHANGE
create XChange
HTTP REQUEST
POST /atlas-xchange/
EXAMPLE
https://api.gopronto.io/api/v1/atlas-xchange/
Request Headers
Content-Type application | application/json |
Body
JSON
{
"pronto_api_key_permission": {
"email": "{{API_KEY_EMAIL}}"
},
"title": "Awesome Marketplace",
"description": "Lorem Ipsum, Lorem Ipsum, Lorem Ipsum",
"lead_generation": false,
"show_partner_logo": true,
"show_certification": false,
"certification_label": "Certified",
"share_permission": "PUBLIC",
"custom_fields": [],
"lead_gen_fields": [],
"enable_sso": false
}
update XChange
HTTP REQUEST
PUT /atlas-xchange/?xchange={{XCHANGE_ID}}
EXAMPLE
https://api.gopronto.io/api/v1/atlas-xchange/?xchange=6271d05afcff586fbc9441db
Request Headers
Content-Type application | application/json |
Body
JSON
{
"pronto_api_key_permission": {
"email": "{{API_KEY_EMAIL}}"
},
"xchange": {
"title": "New Marketplace (Updated)",
"description": "Lorem Ipsum, Lorem Ipsum, Lorem Ipsum",
"lead_generation": false,
"show_partner_logo": true,
"show_certification": true,
"certification_label": "Certified",
"share_permission": "PUBLIC",
"enable_sso": false,
"solution_installation": false
}
}
get XChange
HTTP REQUEST
GET /atlas-xchange/?api_key_email={{API_KEY_EMAIL}}&xchange={{XCHANGE_ID}}
EXAMPLE
https://api.gopronto.io/api/v1/atlas-xchange/?api_key_email="tyler@durdensoap.com"&xchange=620d24d3d419fb06a5c5ba12
Request Headers
Content-Type application | application/json |
delete XChange
HTTP REQUEST
DEL /atlas-xchange/?api_key_email={{API_KEY_EMAIL}}&xchange={{XCHANGE_ID}}
EXAMPLE
https://api.gopronto.io/api/v1/atlas-xchange/?api_key_email=tyler@durdensoap.com&xchange=7346d5427a76e05bfd80eeb7
Request Headers
Content-Type application | application/json |
list XChange Solutions
HTTP REQUEST
GET /xchange/{{XCHANGE_ID}}/solutions/
EXAMPLE
https://api.gopronto.io/atlas/v1.0/xchange/620d24d3d419fb06a5c5ac22/solutions/
Request Headers
Content-Type application | application/json |
x-atlas-api-public | true |
To receive addition extended information on "media" and "additional_resources" :
Optional Query Params
all_details | true |
Comments
0 comments
Please sign in to leave a comment.