Quickstart
API Endpointβ
All Social API operations use a single GraphQL endpoint:
https://api.travelgate.com
Overviewβ
Use the Social API to retrieve organization profile data with the allProfilesV2 query. The current documented scope focuses on profile attributes for Buyers and Sellers, including owner code, categories, subcategories, and integration types.
Common Use Casesβ
- List Available Profiles: Retrieve profile records visible to your authenticated scope.
- Filter by Owner Organization: Use
where.ownerCode.equalsto retrieve profiles for one owner code. - Inspect Commercial Classification: Review
buyerCategory,sellerCategory,buyerSubCategory, andsellerSubCategory. - Review Integration Types: Check
buyerIntegrationTypeandsellerIntegrationTypevalues.
Authenticationβ
All Social API calls require JWT (JSON Web Token) authentication. Follow the Admin API Authentication Guide to obtain your bearer token and include it in all API requests.
Next Stepsβ
- Start with Get Profiles for query structure, examples, and response interpretation.