Skip to main content

AuthVerifyEnvelope

AuthVerifyEnvelope schema used by the TheBooking public API.

Fields

FieldRequiredTypeDescription
statusYesconst OKCurrent reservation status.
responseYesobjectMain response payload.

Example

{
"status": "OK",
"response": {
"name": "Example name",
"scopes": [
"read"
],
"siteUrl": "string"
}
}