Create Agency Mock Server
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 mock server 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* | irure magna sunt |
lastName* | irure aute occaecat |
firstName* | nostrud Excepteur qui incididunt |
agencyName* | incididunt elit |
emailAddress* | ad dolor cillum |
phoneNumber* | Lorem dolore ullamco aliqua reprehenderit |
streetNumber* | labore |
addressLine1* | qui ex officia |
addressLine2* | occaecat |
addressLine3* | ex |
city* | ad |
state* | Lorem in dolore |
country* | in ullamco id dolor Ut |
zipcode* | cupidatat |
numberOfAgents* | laboris |
taxId* | ut |
iataStationNumber* | fugiat laborum dolore |
airlineCode* | ut nisi aute ut elit |
trackingID* | voluptate pariatur velit aliqua |
{
"addressLine1": "6637 Warren Close",
"addressLine2": "Floor 2",
"addressLine3": "Industrial Park",
"agencyName": "Wintheiser and Sons",
"airlineCode": "AA",
"city": "South Alenafield",
"country": "Norway",
"emailAddress": "Quinten_Reilly20@hotmail.com",
"firstName": "Demond",
"iataStationNumber": "75049936",
"lastName": "Volkman",
"numberOfAgents": "50",
"phoneNumber": "+17686813040",
"state": "Pennsylvania",
"streetNumber": "6609",
"taxId": "36-6346249527",
"title": "Dr",
"trackingID": "57040599",
"zipcode": "66438"
}{
"statusCode": "000000",
"trackingID": "6671051"
}Service Homepage: developer.sabre.com/rest-api/create-agency/1.0.0
sabretravelagencyonboardingrest