Rhumbix CORS API

Returns appropriate headers to enable CORS for cross-domain API requests

Operations 7

OPTIONS /{company_key}/batch/employee/import Returns appropriate headers to enable CORS for cross-domain API requests #
OPTIONS /{company_key}/batch/workshift/export/{batch_key}/status Returns appropriate headers to enable CORS for cross-domain API requests #
OPTIONS /{company_key}/batch/workshift/export/{batch_key}/results Returns appropriate headers to enable CORS for cross-domain API requests #
OPTIONS /{company_key}/batch/workshift/export Returns appropriate headers to enable CORS for cross-domain API requests #
OPTIONS /{company_key}/batch/project/import Returns appropriate headers to enable CORS for cross-domain API requests #
OPTIONS /{company_key}/batch/employee/import/{batch_key}/status Returns appropriate headers to enable CORS for cross-domain API requests #
OPTIONS /{company_key}/batch/project/import/{batch_key}/status Returns appropriate headers to enable CORS for cross-domain API requests #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/rhumbix-cors-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

rhumbix-cors-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.1
  description: "The Rhumbix API is intended for use by Rhumbix customers and partners to build integrations with the Rhumbix application. The API is designed to support regular updates and queries in batch requests. Rhumbix primarily manages data for construction workers in the field. Integrations should be aware that updates to this data will directly influence the users of the mobile and web application. For access to the API, contact your Rhumbix support representitive. Further application documentation and support can be found at https://rhumbix.desk.com/ \n## Overview\nThe usual order of operation is like this: \n1) You post data to the API with your unique company_key and x-api-key. \n2) The request is put into a queue of requests (sometimes requests are very large) and you receive back a batch_key to check the status of your request. \n3) You check the unique URL of your request using your new batch_key, your company_key and x-api-key until its status is COMPLETE. \n### Base URL \nhttps://async-api.rhumbix.com/V1_0_1\n# Authentication\nAuthentication is handled via a token system and a unique company_key. You can create a company_key and retrieve an api token key by logging in to the Rhumbix web platform. Once you have an access token, you can interact with the API by including the `x-api-key` in the header of an HTTP `GET` or `POST` request.\n```json\n{\n  \"x-api-key\": \"abcdefghijklmnopqrstuvwxyz0123456789\" \n}\n```"
  x-logo:
    url: https://s3.amazonaws.com/rmbx-export-assets/rmbx_horizontal_logo_colored.png
  title: Rhumbix Public Batch Export CORS API
servers:
- url: https://async-api.rhumbix.com
tags:
- externalDocs:
    url: https://www.w3.org/TR/cors/
  name: CORS
  description: Returns appropriate headers to enable CORS for cross-domain API requests
paths:
  /{company_key}/batch/employee/import:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchEmployeeImportOptions
  /{company_key}/batch/workshift/export/{batch_key}/status:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchWorkshiftExportStatusOptions
  /{company_key}/batch/workshift/export/{batch_key}/results:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchWorkshiftResultsOptions
  /{company_key}/batch/workshift/export:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchWorkshiftExportOptions
  /{company_key}/batch/project/import:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchProjectImportOptions
  /{company_key}/batch/employee/import/{batch_key}/status:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchEmployeeImportStatusOptions
  /{company_key}/batch/project/import/{batch_key}/status:
    options:
      responses:
        '200':
          headers:
            Access-Control-Allow-Origin:
              schema:
                type: string
            Access-Control-Allow-Methods:
              schema:
                type: string
            Access-Control-Allow-Headers:
              schema:
                type: string
          description: ok
      tags:
      - CORS
      summary: Returns appropriate headers to enable CORS for cross-domain API requests
      operationId: batchProjectImportStatusOptions
components:
  securitySchemes:
    api_key:
      in: header
      type: apiKey
      example: abcdefghijklmnopqrstuvwxyz0123456789
      name: x-api-key
    RMBXApiAuthorizer:
      example: abcdefghijklmnopqrstuvwxyz0123456789
      type: apiKey
      name: x-api-key
      in: header
x-servers:
- url: //async-api.rhumbix.com/V1_0_1
  description: Server URL