POST
/
v1
/
callback
/
{institutionCode}
/
{customerNumber}
/
{sessionId}
curl --request POST \
  --url https://integration-api-cat2.demo.ext.test.cia.enfuce.com/enfuceid/api/v1/callback/{institutionCode}/{customerNumber}/{sessionId} \
  --header 'Content-Type: application/json' \
  --data '{
  "result": "SUCCESS"
}'
This response does not have an example.

Path Parameters

institutionCode
string
required

Institution code

customerNumber
string
required

Customer number

sessionId
string
required

Session id to which the authentication result is reported

Body

application/json
Result of authentication process
result
enum<string>

Result status of authentication attempt

Available options:
SUCCESS,
FAIL,
ERROR,
TIMEOUT

Response

200
_mintlify/placeholder

Successful report of authentication result