> ## 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.

# Complete carrier claim email verification (v2)



## OpenAPI

````yaml /generated/api-reference/openapi.json get /carrier-claims/verify/{token}
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:
  /carrier-claims/verify/{token}:
    get:
      tags:
        - Carrier Portal
      summary: Complete carrier claim email verification (v2)
      operationId: CarrierClaimsVerifyController_verifyEmailToken
      parameters:
        - name: token
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: ''

````