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

The body is of type object.

Response

200

Successful report of authentication result