Public API
  1. Offices
Public API
  • Welcome to the deskbird Public API
  • Users
    • Lists company users
      GET
    • Lists single company user
      GET
  • Bookings
    • Lists company bookings
      GET
    • Lists single company booking
      GET
  • Groups
    • Lists company user groups
      GET
    • Lists single company user group
      GET
  • Resources
    • Lists company resources
      GET
  • Offices
    • Lists company offices
      GET
    • Check User into Office
      POST
  1. Offices

Check User into Office

POST
/offices/{officeId}/checkin
Offices
Check User into Office

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
officeId
string 
required
Header Params
Authorization
string 
required
Public API key for the company
Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://connect.deskbird.com/offices//checkin' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢204No Content
This response does not have a body.
🟠401Unauthorized
🟠403Forbidden
Previous
Lists company offices
Built with