curl --request GET \
--url https://integration.getmateo.com/api/v1/journey_version \
--header 'Authorization: Bearer <token>'[
{
"id": "random uuid",
"journey_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"published": false,
"version": 123
}
]Retrieve a list of journey versions
curl --request GET \
--url https://integration.getmateo.com/api/v1/journey_version \
--header 'Authorization: Bearer <token>'[
{
"id": "random uuid",
"journey_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"published": false,
"version": 123
}
]