get:
  tags:
    - All Resources
    - Companies
  summary: 'Get one Label'
  operationId: labels.get
  description: >-
    Resource route for getting a single `Label`
    by passed label_id
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/label_id_path.yaml'
  responses:
    200:
      $ref: '../responses/LabelResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'