openapi: 3.0.1 info: title: Ascend API V1 Accounts Carriers API version: v1 description: 'Ascend REST API for insurance financial operations: billing & invoicing, premium financing, payments, installment plans, insureds, programs, loans, payouts, and refunds.' servers: - url: https://sandbox.api.useascend.com description: Test server - url: https://api.useascend.com description: Production server tags: - name: Carriers description: Represents the carriers Ascend supports for quote creation. paths: /v1/carriers: get: summary: List Carriers tags: - Carriers operationId: listCarriers security: - bearer_auth: [] parameters: - name: page in: query description: The requested page number. Default page number is 0. schema: type: integer - name: search_query in: query description: The term used to search. An empty query can be used to fetch all carriers sorted by the carrier name in alphabetical order. schema: type: string responses: '200': description: successful components: securitySchemes: bearer_auth: type: http scheme: bearer