{Client Company Endpoint}/api/v1/mozarto/verify-user
Endpoint:
Method: POST Url: {Client Company Endpoint}/api/v1/mozarto/verify-user
Description
This API is used to retrieve user details from the customer’s system, allowing Mozarto to verify the user.
The API requires a JWT token, provided by the "Merchant customer", to be passed in the request header as Authorization.
Additionally, the userId must be included in the request body to fetch the specific user’s details.
The API request is made to the customer's endpoint as defined in their documentation or provided by them.
The expected response structure, along with various possible HTTP status codes, is outlined in this documentation and may vary based on the result of the user verification process.
Note: This API endpoint must be configured and stored in the Mozarto Dashboard under the Admin Center → API Credentials section to enable proper integration.