Checks if a business is onboarded in the system by looking up its status using business ID and region ID. Returns the current onboarding status (PENDING/ONBOARDED/FAILED) if business exists, or 'not_onboarded' if the business is not found.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://dev.isaac.wellnessliving.com/omega/businesses//onboard?region_id' \
--header'X-API-KEY;'
Response Response Example
200 - Example 1
{}
Request
Authorization
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
API Key
Add parameter in header
cookie
Example:
cookie: ********************
or
Path Params
Query Params
Responses
🟢200OK
application/json
Returns the current onboarding status of the business