Welcome to the deskbird Public API
Calling the deskbird Public API
Authentication
Authorization
header with the key as its value:
Obtaining an API Key
1.
2.
3.
Availability per Subscription
Pagination
Parameters
limit
to 10
will yield a maximum of 10 records per request.limit
), setting offset to 10
in the subsequent request will retrieve the next 10 records.API Response
limit
.Consider fetching a list of all desks in your office, assuming a total of 100 desks. By setting
limit
to 20
, you'll receive the first 20 desks in the initial response. The total field will inform you that there are 100 desks overall. To obtain the next 20 desks, send another request with the same limit but an offset of 20.