v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Journeys

Get Journey Applications by Alloy Entity Token or External Entity ID.

This endpoint retrieves a list of Journey Applications associated with the supplied Alloy Entity Token or an External Entity ID.

get/journeys/entities/{external_entity_id}/applications

Response

Success

journey_application_tokenstring
created_atstring date-time
journey_tokenstring
journey_namestring
journey_versionstring
journey_typestring
evaluation_tokensstring[]

Example response

[
  {
    "journey_application_token": "JA-HVgmPEnrtWpnMTSfE5zm",
    "created_at": "2025-06-10T13:30:31.352Z",
    "journey_token": "J-dT8zCu7TQo5tfXzSgrBY",
    "journey_name": "Name of the Journey Processed",
    "journey_version": "16",
    "journey_type": "application",
    "evaluation_tokens": [
      "S-SPchW8E20YJj0nkpYqvS"
    ]
  }
]