Skip to main content
List 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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Journey version ID

journey_id
string

Journey ID

organisation_id
string

Organisation ID

published
string

Whether this version is published

version
string

Version number

select
string

Filtering Columns

order
string

Ordering. Allowed Fields: version

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json

OK

id
string<uuid>
default:random uuid

Journey version ID

journey_id
string<uuid>

Journey ID

organisation_id
string<uuid> | null

Organisation ID

published
boolean<boolean>
default:false

Whether this version is published

version
integer<integer>

Version number