Revio Connect API
Number of APIs: 13
This collection outlines the key requests required to interface with the Revio Connect API to start new communication journeys and receive callbacks on journey status updates.
-
Journey reporting - Get dunning journeys by filter GET {{connect_base_url}}/v1/dunning_journey?campaignStage=PAID
-
New journeys-Proactive - New proactive journey POST {{connect_base_url}}/v1/proactive_journey
-
Customer reporting - Get customer by ID GET {{connect_base_url}}/v1/customer/{{customer_id}}
-
New journeys-DebiCheck - New QLink DebiCheck migration journey POST {{connect_base_url}}/v1/debicheck_migration_journey/qlink
-
Journey reporting - Get dunning journey by ID GET {{connect_base_url}}/v1/dunning_journey/{{journey_id}}
-
Customer reporting - Get customer by external reference GET {{connect_base_url}}/v1/customer?externalReference=someRef
-
CSV uploads - Upload CSV POST {{connect_base_url}}/v1/dunning_journey/import/csv
-
CSV uploads - Get import status GET {{connect_base_url}}//v1/import/{{import_id}}
-
Journey reporting - Get proactive journey by ID GET {{connect_base_url}}/v1/proactive_journey/{{proactive_journey_id}}
-
Registering callbacks - New subscription POST {{connect_base_url}}/notifications/v1/subscription/notification/webhook