Get Customer

Endpoint: BASE_URL/baas/customers

This endpoint can return 3 different things:

  • If the user is not registered and has not started a registration, they will get a status: notEnrollment.

  • If you have started an enrollment, but have not completed it, you will get the information sent for the enrollment and the pendingCompleteEnrollment status to indicate that you still have to complete the process.

  • If the user finished the registration process, you will get the user's information and an active status to indicate that they are an active user within in the system.

Schema - Get Customer flow

Last updated

Was this helpful?