> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getyardo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a carrier profile for the portal user



## OpenAPI

````yaml /generated/api-reference/openapi.json post /portal/carriers
openapi: 3.0.0
info:
  title: Yardo Public API
  description: >-
    Public and partner-facing Yardo API surface for carrier portal and driver
    check-in flows.
  version: 0.1.0
  contact: {}
servers: []
security: []
tags:
  - name: Carrier Portal
  - name: Public Check-In
paths:
  /portal/carriers:
    post:
      tags:
        - Carrier Portal
      summary: Create a carrier profile for the portal user
      operationId: PortalCarriersController_createCarrier
      parameters: []
      responses:
        '201':
          description: ''
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````