Skip to main content
All endpoints require partner JWT:
Path scope:
Backend enforces that path partnerId must equal authenticated user’s partner ID.

What is Connection

A connection is partner-specific API access configuration. Key fields:
  • code: numeric connection code used in core API requests (settings.access.code)
  • apiType: public | b2b | cug | mobile
  • connectionType: direct | tgx | metasearch
  • rateLimit, rateLimitWindowMs
  • netMarkups
  • currentInUse
  • notificationEmail

1) List My Partner Connections

2) Get One Partner Connection

3) Update Connection Notification Email

Request body:
Field validation:
  • notificationEmail: optional, must be valid email if provided

Example List Response

Common Errors

  • 403 You can only access connections for your own partner
  • 403 This connection does not belong to your partner
  • 404 Connection not found