This endpoint is required for the migration phase of the customer portal and is only intended to be used for the Jifeline Customer Portal.
Successfully sent forgot password email
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "email_address": "test@test.nl"
}
{- "method": "SESSION"
}
Login using connector ID and connector pincode, response includes the ID token, access token and refresh token. This API endpoint is deprecated. Please use the connector UUID to log in.
Successfully obtained authentication tokens
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "connector_id": 940201044,
- "pincode": 1234
}
{- "id_token": "eyJraW2In0.eyJhdF9....",
- "access_token": "eyJraW2In0.eyJhdF9....",
- "refresh_token": "eyJraW2In0.eyJhdF9...."
}
Login using connector UUID and connector pincode, response includes the ID token, Access token and Refresh token
Successfully obtained authentication tokens
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "connector_uuid": "6ec2911c-a09a-11ee-8c90-0242ac120002",
- "pincode": 1234
}
{- "id_token": "eyJraW2In0.eyJhdF9....",
- "access_token": "eyJraW2In0.eyJhdF9....",
- "refresh_token": "eyJraW2In0.eyJhdF9...."
}
Login using an OTP, response includes the ID token, Access token and Refresh token
Successfully obtained authentication tokens
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "otp": "bafd50b7-7388-4eb1-8812-cbb5517faa2c"
}
{- "id_token": "eyJraW2In0.eyJhdF9....",
- "access_token": "eyJraW2In0.eyJhdF9....",
- "refresh_token": "eyJraW2In0.eyJhdF9...."
}