Live demo of agent247 on Digio's docs — click the orange button at the bottom right to start.

Environment

Digio Environments: Sandbox & Production Details

To correctly test and integrate with Digio’s AA platform using APIs, let’s start with the different environments available.

VariablesDetails
Sandbox BASE_URLhttps://ext.digio.in:444/fiu_api
Production BASE_URLhttps://api.digio.in/fiu_api
Api Credsclient_id and client_secret provided by Digio
Sandbox Web View URLhttps://ext-enterprise.digio.in/fiu_ui
Prod Web View URLhttps://enterprise.digio.in/fiu_ui

Common Headers

authorization: “Basic Base64encodedValueOf(client_id:client_secret)”
content-type : “application/json”

Was this page helpful?