v1
latestOpenAPI 3.0.02026-07-24202886.6 KBImport
Discover all available endpoints to import data. This endpoint is available in Medallia Experience Cloud 2023 Fall Release as a generally available beta feature.
get/inbound/v2
Response
Lists all the available endpoints
Example response
{
"openapi": "3.0.1",
"info": {
"title": "Import API",
"version": "1.0.0"
},
"servers": [
{
"url": "https://example.apis.qa.den.medallia.com"
}
],
"paths": {
"/inbound/v2/async/active_b2b_onboarding_invitation": {
"post": {
"summary": "active_b2b_onboarding_invitation",
"description": "This web feed is for the client to send Medallia invitation data for the B2B Onboarding program ON ACTIVE."
}
},
"/inbound/v2/async/active_b2b_org": {
"post": {
"summary": "active_b2b_org",
"description": "This web feed is for the client to send Medallia org hierarchy data for the B2B program WITH ACTIVE"
}
}
}
}