Get API details
GET/api/handshake/getapiavailability
Retrieves the API name, version and build information.
Response sample
{
"name": "Ocuco.Hydra.OmniChannel.Api",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 0,
"build": "OmniAPI.develop.20191101.1+01234567890abcdef01234567890abcdef012345"
}
Request
Responses
- 200
- 400
- 404
Success: Request accepted.
Bad request: StorefrontOrigin not passed in header; the request wasn’t valid or can’t be otherwise served. Typical when there is a syntax error in the request. Further details of the error are provided in the response payload body.
Not found: The Omni Subscription is not assigned to the site group; the URI isn’t valid or the requested resource doesn’t exist.