imin Platform: Customer Management API

Number of APIs: 13

If you synchronise your Customers with our Booking Platform, we can give them a seamless Checkout experience, where all they have to is select a payment card and press Pay.

  1. Create customer POST {{baseUrl}}/customer-accounts

  2. Get Customer Account GET {{baseUrl}}/customer-accounts/{{customerId}}?redirectUri=https://www.mcractive.dev/

  3. Get Linked Accounts (Deprecated) GET {{baseUrl}}/customer-accounts/{{customerId}}/linked-accounts?redirectUri=http://example.com

  4. Delete Linked Account DELETE {{baseUrl}}/customer-accounts/{{customerId}}/linked-accounts?seller=https://better-uat.legendopendata.com/api/identifiers/seller

  5. Delete Customer Account Notification Copy DELETE {{notificationId}}

  6. Delete Customer DELETE {{baseUrl}}/customer-accounts/{{customerId}}

  7. List All Entitlements GET {{baseUrl}}/entitlements

  8. Update access pass POST {{baseUrl}}/customer-accounts/{{customerId}}/actions

  9. Upcoming OrderItems GET {{baseUrl}}/order-items?customerIdentifier={{customerId}}

  10. Order (by ID) GET {{baseUrl}}/orders/{{orderIdentifier}}