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
.
-
Create customer POST {{baseUrl}}/customer-accounts
-
Get Customer Account GET {{baseUrl}}/customer-accounts/{{customerId}}?redirectUri=https://www.mcractive.dev/
-
Get Linked Accounts (Deprecated) GET {{baseUrl}}/customer-accounts/{{customerId}}/linked-accounts?redirectUri=http://example.com
-
Delete Linked Account DELETE {{baseUrl}}/customer-accounts/{{customerId}}/linked-accounts?seller=https://better-uat.legendopendata.com/api/identifiers/seller
-
Delete Customer Account Notification Copy DELETE {{notificationId}}
-
Delete Customer DELETE {{baseUrl}}/customer-accounts/{{customerId}}
-
List All Entitlements GET {{baseUrl}}/entitlements
-
Update access pass POST {{baseUrl}}/customer-accounts/{{customerId}}/actions
-
Upcoming OrderItems GET {{baseUrl}}/order-items?customerIdentifier={{customerId}}
-
Order (by ID) GET {{baseUrl}}/orders/{{orderIdentifier}}