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

# Issue a driver session token using a check-in token (view-only)



## OpenAPI

````yaml /generated/api-reference/openapi.json post /checkin/session/from-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:
  /checkin/session/from-token:
    post:
      tags:
        - Public Check-In
      summary: Issue a driver session token using a check-in token (view-only)
      operationId: CheckinPublicController_issueSessionFromToken
      parameters: []
      responses:
        '200':
          description: ''

````