Highline Companies API

The Companies API from Highline — 1 operation(s) for companies.

OpenAPI Specification

highline-fi-companies-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Highline Auth Companies API
  description: 'Highline is a payment solution enabling direct paycheck deductions

    (pay-by-paycheck). This OpenAPI definition is generated best-effort

    from public docs at https://docs.highline.co/.

    '
  version: 1.0.0
  contact:
    name: Highline
    url: https://docs.highline.co/
servers:
- url: https://api.highline.co
  description: Production
- url: https://api.sandbox.highline.co
  description: Sandbox
security:
- bearerAuth: []
tags:
- name: Companies
paths:
  /companies/{company-id}:
    get:
      tags:
      - Companies
      summary: Get a Company
      parameters:
      - name: company-id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT