Create Agency Virtual Sandbox
Enroll agencies for Digital Connect Platform Workspace access.
The Agency Manager Create Agency service allows travel agencies to enroll themselves for business operations within the Digital Connect Platform Workspace. This endpoint facilitates the submission process for agency admin profiles, credit limits, and booking/ticketing capability allocation.
Use this hosted sandbox to simulate Create Agency 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 validate agency enrollment payloads, verify required administrative profile fields, test credit limit submission formats, and handle workflow responses for agency onboarding before production submission.
General
POST
| Query Parameter Name | Example |
|---|---|
title* | nulla ad laboris magna |
lastName* | Excepteur officia dolor sed Lorem |
firstName* | pariatur ut laborum |
agencyName* | eu non |
emailAddress* | ad |
phoneNumber* | ipsum |
streetNumber* | mollit id esse elit fugiat |
addressLine1* | ipsum do |
addressLine2* | laborum |
addressLine3* | enim non Excepteur ipsum |
city* | in dolore |
state* | sed dolor Duis in labore |
country* | incididunt ipsum commodo proident |
zipcode* | magna quis |
numberOfAgents* | nisi ea mollit fugiat |
taxId* | esse aliquip officia proident adipisicing |
iataStationNumber* | id sit aliqua |
airlineCode* | elit |
trackingID* | ad id |
{
"addressLine1": "571 Hickle Tunnel",
"addressLine2": "Building B",
"addressLine3": "Downtown Area",
"agencyName": "Raynor, Wisozk and Cruickshank",
"airlineCode": "DL",
"city": "Feeststead",
"country": "Turkmenistan",
"emailAddress": "Osbaldo21@yahoo.com",
"firstName": "Charlotte",
"iataStationNumber": "44538151",
"lastName": "Senger",
"numberOfAgents": "15",
"phoneNumber": "+14504178029",
"state": "Oregon",
"streetNumber": "650",
"taxId": "84-5614966659",
"title": "Mrs",
"trackingID": "99535342",
"zipcode": "12490-5260"
}{
"statusCode": "000000",
"trackingID": "9648366"
}Service Homepage: developer.sabre.com/rest-api/create-agency/1.0.0
sabretravelagencyonboardingrest