Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 871 Bytes

File metadata and controls

30 lines (18 loc) · 871 Bytes

Orca Scan OpenAPI

This repository contains OpenAPI specifications for the Orca Scan REST API.

Files can be found in the openapi/ directory (e.g. spec3.yaml).

Why?

An OpenAPI specification makes it easier to integrate with Orca Scan's API.

API docs

See the official guide: Orca Scan REST API

Authentication

The API uses bearer token authentication.

curl -sS -H "Authorization: Bearer API_KEY" \
  https://api.orcascan.com/v1/sheets

Status codes

  • Global list captured in the vendor extension x-orca-status-codes for documentation tooling.

License

MIT License © Orca Scan - a barcode app with simple barcode tracking APIs.