Overview
This API enables external vendors to identify the product offer selected by a consumer and returns the necessary information to guide the consumer through completing their Momnt application and accepting the loan terms.
offer_uuidis the UUID of the selected offer, as provided in the Soft Pull response.
Security
basicAuth
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/consumers/offers/{offer_uuid}/select/
curl -i -X PATCH \
-u '<username>:<password>' \
'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/consumers/offers/{offer_uuid}/select/' \
-H 'Content-Type: application/json' \
-d '{
"request_user_id": "string",
"external_application_id": "string"
}'Response
{ "consumer_invitation_link": "http://example.com" }