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*irure in ad
Header NameExample
Authorization*"nulla"
Application-ID"irure"
Conversation-ID"deserunt exercitation non dolore nulla"
Message-ID"adipisicing irure sit"
{
  "flightCriteria": {
    "airline": "[ob",
    "bookingClass": "W",
    "departureAirport": "[ob",
    "departureDate": "2027-01-23",
    "flightNumber": "293"
  },
  "nameCriteria": [
    {
      "lastName": "Bartell",
      "ssciPassengerId": "GpWhsILiQKmR",
      "verifyDocuments": true
    },
    {
      "lastName": "Hane",
      "ssciPassengerId": "V3IZqISB0RAW",
      "verifyDocuments": false
    },
    {
      "lastName": "Abshire",
      "ssciPassengerId": "vZtHNkW8ZgEV",
      "verifyDocuments": false
    },
    {
      "lastName": "Wolff",
      "ssciPassengerId": "VvrXV9UDFyvL",
      "verifyDocuments": false
    },
    {
      "lastName": "Swaniawski",
      "ssciPassengerId": "YIB3JmY6QaHv",
      "verifyDocuments": true
    }
  ],
  "seatCriteria": [
    {
      "seatNumber": "10C",
      "verifyDocuments": true
    }
  ],
  "sequenceNumberCriteria": [
    109,
    104,
    101
  ]
}
{
  "results": [
    {
      "seatNumber": "21D",
      "sequenceNumber": 981,
      "ssciPassengerId": "EHXimt4fLM6k",
      "status": {
        "code": "INTERNAL_SERVER_ERROR",
        "message": "Document verification required.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.AUTH.UNAUTHORIZED",
  "message": "Authentication data is missing",
  "status": "Incomplete",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Validation"
}
Query Parameter NameExample
jipcc*eiusmod culpa
Header NameExample
Authorization*"tempor eiusmod velit"
Application-ID"esse commodo"
Conversation-ID"minim fugiat dolore proident"
Message-ID"nostrud proident Lorem et commodo"
{
  "flightCriteria": {
    "airline": "[ob",
    "bookingClass": "C",
    "departureAirport": "[ob",
    "departureDate": "2026-09-11",
    "flightNumber": "2"
  },
  "nameCriteria": [
    {
      "lastName": "O'Conner",
      "ssciPassengerId": "imWIhBWIsBtZ"
    },
    {
      "lastName": "Kozey",
      "ssciPassengerId": "H33ULJKNh7s2"
    },
    {
      "lastName": "Adams",
      "ssciPassengerId": "ZlyLjIWTzNc9"
    }
  ],
  "seatCriteria": [
    {
      "seatNumber": "31C"
    },
    {
      "seatNumber": "34A"
    },
    {
      "seatNumber": "5C"
    }
  ]
}
{
  "results": [
    {
      "seatNumber": "15D",
      "sequenceNumber": 352,
      "ssciPassengerId": "3ZxuRjWMGouv",
      "status": {
        "code": "NOT_FOUND",
        "message": "Document verification required.",
        "type": "SUCCESS"
      }
    },
    {
      "seatNumber": "11D",
      "sequenceNumber": 461,
      "ssciPassengerId": "kvRiJAsaZ5o5",
      "status": {
        "code": "SUCCESS",
        "message": "Seat is already occupied.",
        "type": "SUCCESS"
      }
    },
    {
      "seatNumber": "23E",
      "sequenceNumber": 301,
      "ssciPassengerId": "HZGNn4O1ipg3",
      "status": {
        "code": "FORBIDDEN",
        "message": "Document verification required.",
        "type": "SUCCESS"
      }
    },
    {
      "seatNumber": "9E",
      "sequenceNumber": 198,
      "ssciPassengerId": "iOGVbA661slI",
      "status": {
        "code": "INTERNAL_SERVER_ERROR",
        "message": "Seat is already occupied.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.FLIGHT.NOT_FOUND",
  "message": "Passenger ID is invalid",
  "status": "Incomplete",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Application"
}
sabretravelairlinedcciboardingrest