API
Get a Seller's Status
GET https://sellers.imin.co/api/bs/:iminBookingSystemIdentifier
Path Parameters
Name
Type
Description
iminBookingSystemIdentifier*
String
Your imin Booking System Identifier.
Query Parameters
Name
Type
Description
sellerId*
String
Seller ID - this is the full URL that identifies the Seller in your system.
Headers
Name
Type
Description
X-Api-Key*
String
{
"sellerBookabilityStatus": "bookable",
"hasRegistered": true
}{
"sellerBookabilityStatus": "free-bookings-only",
"hasRegistered": true
}{
"sellerBookabilityStatus": "not-bookable",
"hasRegistered": true
}{
"sellerBookabilityStatus": "not-bookable",
"hasRegistered": false
}Last updated