Bindbee · Example Payload

Bindbee Time Off Response Example

ATSHR IntegrationHRISWorkforceUnified APIPayrollLMSEmployee DataIntegrations

Bindbee Time Off Response Example is an example object payload from Bindbee, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

x-provenanceexample

Example Payload

Raw ↑
{
  "x-provenance": {
    "generated": "2026-09-04",
    "method": "derived",
    "source": "openapi/_original/bindbee-openapi.json",
    "schema": "PaginatedResponse_HrisTimeOff_",
    "operation": "GET /api/hris/v1/time-off",
    "note": "Field names and structure taken from the provider-published contract; values are the provider's own declared examples where the spec carries them, and null where it does not. Replaces a 2026-era scaffold whose envelope (data/next_cursor/has_more) does not exist in the Bindbee API."
  },
  "example": {
    "cursor": "MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1",
    "page_size": 50,
    "items": [
      {
        "id": "018b18ef-c487-703c-afd9-0ca478ccd9d6",
        "remote_id": "123321",
        "modified_at": "2021-10-16T00:00:00Z",
        "raw_data": {
          "key_1": "Platform dependent data 1",
          "key_2": "Platform dependent data 2"
        },
        "custom_fields": {
          "category_group": "REG",
          "disability_type": "ASBERG",
          "hire_date": "1991-03-16T00:00:00",
          "hire_source": "REFER",
          "nationality": "USA",
          "original_hire_date": "1991-03-16T00:00:00"
        },
        "employee": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
        "approver": "018b4bfb-6065-7f83-b11d-e85ea49e37c3",
        "status": "APPROVED",
        "employee_note": "Paid paid vacation! Scuba diving in Hawaii.",
        "units": "HOURS",
        "amount": 12,
        "request_type": "VACATION",
        "start_time": "2023-04-10T00:00:00Z",
        "end_time": "2023-04-10T00:00:00Z"
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bindbee-time-off-response-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.