API Documentation

REST API endpoint documentation for the Journeys application

This section contains detailed documentation for all REST API endpoints in the Journeys application.

Overview

The Journeys API provides programmatic access to journey management functionality. All endpoints use JSON for request and response bodies and follow RESTful conventions.

API Endpoints

Browse the documentation for individual API endpoints using the navigation menu.


GET /v1/account/providers

Retrieve a list of OAuth2/OIDC providers linked to the authenticated user’s account

GET /v1/auth/{provider}

Get authentication provider details and initiate OAuth2/OIDC authentication flow

GET /v1/auth/{provider}/callback

OAuth2/OIDC callback handler that completes the authentication flow and establishes user sessions