DCCI Gate Agent Virtual Sandbox

Manage passenger boarding, unboarding, and offloading operations.

The DCCI API Gate Agent service provides endpoints to manage passenger status at the gate. It allows developers to simulate boarding, unboarding, and offloading workflows, ensuring that gate-side operational logic and passenger status updates are handled correctly before production deployment.

Use this hosted sandbox to simulate DCCI Gate Agent APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to simulate airline gate operations such as passenger boarding status updates, unboarding procedures, and offload requests, validating the API response handling for passenger manifests and operational gate-side workflows.

DCCI Gate Agent virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate DCCI Gate Agent responses instantly.

https://sabre-dcci-gate-agent.mock.beeceptor.com



Passenger(2 operations)

Query Parameter NameExample
jipcc*dolore do minim pariatur
Header NameExample
Authorization*"in aliqua consectetur officia"
Application-ID"ut aute ad ipsum"
Conversation-ID"Duis nulla ad culpa"
Message-ID"ut aliquip cupidatat"
{
  "flightCriteria": {
    "airline": "[ob",
    "bookingClass": "J",
    "departureAirport": "[ob",
    "departureDate": "2026-07-24",
    "flightNumber": "5937"
  },
  "nameCriteria": [
    {
      "lastName": "Kiehn",
      "ssciPassengerId": "okASc1nAimXL",
      "verifyDocuments": false
    },
    {
      "lastName": "Hyatt",
      "ssciPassengerId": "InTIN8jpze2J",
      "verifyDocuments": false
    }
  ],
  "seatCriteria": [
    {
      "seatNumber": "7A",
      "verifyDocuments": false
    }
  ],
  "sequenceNumberCriteria": [
    110,
    106,
    108,
    102
  ]
}
{
  "results": [
    {
      "seatNumber": "22D",
      "sequenceNumber": 643,
      "ssciPassengerId": "yKc3ufE3GwnB",
      "status": {
        "code": "FORBIDDEN",
        "message": "Passenger not found on flight.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Authentication data is missing",
  "status": "NotProcessed",
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*dolor dolor
Header NameExample
Authorization*"ut"
Application-ID"eu culpa ut deserunt"
Conversation-ID"incididunt"
Message-ID"pariatur ex"
{
  "flightCriteria": {
    "airline": "[ob",
    "bookingClass": "J",
    "departureAirport": "[ob",
    "departureDate": "2027-05-22",
    "flightNumber": "37"
  },
  "nameCriteria": [
    {
      "lastName": "Donnelly",
      "ssciPassengerId": "8AVw61T16V0P"
    },
    {
      "lastName": "Bayer",
      "ssciPassengerId": "0nCCp2WhTOzg"
    },
    {
      "lastName": "Pagac",
      "ssciPassengerId": "M17KgdRAXBMs"
    },
    {
      "lastName": "Grimes",
      "ssciPassengerId": "2M1eNTs1jlY7"
    },
    {
      "lastName": "Pouros",
      "ssciPassengerId": "Euyy1fSufHTv"
    }
  ],
  "seatCriteria": [
    {
      "seatNumber": "4C"
    },
    {
      "seatNumber": "28E"
    },
    {
      "seatNumber": "23D"
    }
  ]
}
{
  "results": [
    {
      "seatNumber": "20F",
      "sequenceNumber": 836,
      "ssciPassengerId": "RIanVEhwzSpT",
      "status": {
        "code": "INTERNAL_SERVER_ERROR",
        "message": "Seat is already occupied.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Internal error occurred",
  "status": "Unknown",
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "type": "BusinessLogic"
}
sabretravelairlinedcciboardingrest