API

Get a Seller's Status

GET https://sellers.imin.co/api/bs/:iminBookingSystemIdentifier

Path Parameters

NameTypeDescription

iminBookingSystemIdentifier*

String

Your imin Booking System Identifier.

Query Parameters

NameTypeDescription

sellerId*

String

Seller ID - this is the full URL that identifies the Seller in your system.

Headers

NameTypeDescription

X-Api-Key*

String

{
  "sellerBookabilityStatus": "bookable",
  "hasRegistered": true
}

Last updated