get:
  tags:
    - All Resources
    - DSPs
  summary: 'Get one DSP'
  operationId: dsps.get
  description: >-
    Resource route for getting a single `Dsp`
    with filtering based on provided parameters
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/dsp_id_path.yaml'
  responses:
    200:
      $ref: '../responses/DspResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'