DCCI Gate Agent Mock Server

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 mock server 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 mock server is up and running!

Use this mock 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*Duis
Header NameExample
Authorization*"ad veniam incididunt in tempor"
Application-ID"dolor"
Conversation-ID"nulla voluptate exercitation ex do"
Message-ID"nulla"
{
  "flightCriteria": {
    "airline": "[ob",
    "bookingClass": "C",
    "departureAirport": "[ob",
    "departureDate": "2026-09-15",
    "flightNumber": "93"
  },
  "nameCriteria": [
    {
      "lastName": "Hahn",
      "ssciPassengerId": "PR9vGr9jCfWb",
      "verifyDocuments": true
    }
  ],
  "seatCriteria": [
    {
      "seatNumber": "32E",
      "verifyDocuments": false
    },
    {
      "seatNumber": "2B",
      "verifyDocuments": false
    },
    {
      "seatNumber": "18C",
      "verifyDocuments": false
    }
  ],
  "sequenceNumberCriteria": [
    107,
    101,
    105,
    102
  ]
}
{
  "results": [
    {
      "seatNumber": "7B",
      "sequenceNumber": 469,
      "ssciPassengerId": "lLzLOSzYdkD8",
      "status": {
        "code": "NOT_FOUND",
        "message": "Passenger not found on flight.",
        "type": "SUCCESS"
      }
    },
    {
      "seatNumber": "8E",
      "sequenceNumber": 420,
      "ssciPassengerId": "BAmXtdc5n6n5",
      "status": {
        "code": "FORBIDDEN",
        "message": "Seat is already occupied.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Passenger ID is invalid",
  "status": "Unknown",
  "timeStamp": "2026-06-17T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*veniam ea sit non pariatur
Header NameExample
Authorization*"id nostrud magna"
Application-ID"cupidatat eu Lorem"
Conversation-ID"Duis ad eiusmod"
Message-ID"dolor"
{
  "flightCriteria": {
    "airline": "[ob",
    "bookingClass": "J",
    "departureAirport": "[ob",
    "departureDate": "2026-10-25",
    "flightNumber": "618"
  },
  "nameCriteria": [
    {
      "lastName": "Wilderman",
      "ssciPassengerId": "apkqh4N6IsIP"
    }
  ],
  "seatCriteria": [
    {
      "seatNumber": "14A"
    }
  ]
}
{
  "results": [
    {
      "seatNumber": "24D",
      "sequenceNumber": 165,
      "ssciPassengerId": "ZjcX0VBIoKwA",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "seatNumber": "8F",
      "sequenceNumber": 175,
      "ssciPassengerId": "PNKMDfdhub2l",
      "status": {
        "code": "VALIDATION_ERROR",
        "message": "Passenger not found on flight.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.AUTH.UNAUTHORIZED",
  "message": "Flight not found",
  "status": "Unknown",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Validation"
}
sabretravelairlinedcciboardingrest