We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL POST /api/checkout
POST /api/checkout
Check out as client.
Request
{ "token": "CB23C3395153D2414CE7FF22F925776DBF72BF309", /* Login token */ }
Response success
{ "success": true, /* If the action was successful */ "checked_in": false /* If the user was checked in (otherwise checked out) */ }
Response fail
{ "success": false, "reason": "Invalid token" }