AuthVerifyEnvelope
AuthVerifyEnvelope schema used by the TheBooking public API.
Fields
| Field | Required | Type | Description |
|---|---|---|---|
status | Yes | const OK | Current reservation status. |
response | Yes | object | Main response payload. |
Example
{
"status": "OK",
"response": {
"name": "Example name",
"scopes": [
"read"
],
"siteUrl": "string"
}
}