Public
Documentation Settings

Journeys V2 APIs

A Quick Start Guide

This documentation will help you get started with IDWise’s friendly API. Using this APIs, you can retrieve user journeys by id or reference.

You can find the full documentation for the journey model here:

https://idwi.se/journey-model-v2

Authentication:

IDWise APIs uses basic authentication (API Key and API Secret).

These are sent in the “authorization” HTTP header, for example:

The authorization header would consist of these two values separated by a colon (:) and then encoded using base64, with the world “Basic” before, for example:

bash
AUTHORIZATION_KEY= Basic base64_encoding(API_KEY:API_SECRET)

Note Please set the api_key and api_secret in the collection variables to authenticate the APIs.

For example, if the API_KEY is 19403223-288c1e3b-454e and the API_SECRET is kjlKLKLJioOUd(\*UJHUIIUIFPsKLK

The value for AUTHORIZATION_KEY header will be:

Basic MTk0MDMyMjMtMjg4YzFlM2ItNDU0ZTpramxLTEtMSmlvT1VkKCpVSkhVSUlVSUZQc0tMSw==

Loading