For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

URL structure, environments, and prerequisites for integrating XCover Journeys into your platform.

URL structure

Every journey is available at a URL unique to your integration:

https://xcj.xcover.com/{partner}/{lang}/
Segment
Description
Example

{partner}

Your partner slug, assigned by Cover Genius during onboarding

acme-travel

{lang}

ISO 639-1 language code

en

Environments

Environment
URL pattern

Sandbox — Integration testing with test data

https://sandbox.xcj.xcover.com/{partner}/{lang}/

Production — Live customer traffic

https://xcj.xcover.com/{partner}/{lang}/

Use the sandbox environment during development. Sandbox accepts test payment credentials and does not issue real policies.

Prerequisites

Confirm the following with your Cover Genius integration manager before starting:

  • Partner slug — your unique identifier in the journey URL

  • Sandbox access — credentials for the sandbox environment

  • Allowlisted domains — your domains must be allowlisted for iframe embedding

  • Authentication model — whether your integration uses OAuth consent, SSO, or unauthenticated access

  • Branding assets — logo, brand colors, and fonts for white-labelling

Last updated

Was this helpful?