Skip to main content
List Journey Nodes
curl --request GET \
  --url https://integration.getmateo.com/api/v1/journey_node \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "random uuid",
    "journey_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "trigger",
    "event_type": "contact_created",
    "extra_context_schema": {},
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Headers

Range
string
Range-Unit
string
default:items

Query Parameters

id
string
journey_version_id
string
organisation_id
string
type
string
event_type
string
extra_context_schema
string
name
string
select
string
offset
string
limit
string

Response

200 - application/json
id
string<uuid>
default:random uuid
journey_version_id
string<uuid>
organisation_id
string<uuid> | null
type
enum<string> | null
Available options:
trigger,
form,
filter,
wait_for_event,
wait_until,
wait_for_time,
send_message,
if_else,
switch,
set_conversation_status,
move_conversation_to_inbox,
set_conversation_is_spam,
set_conversation_assignee,
update_contact_list_membership,
update_conversation_tag,
add_conversation_comment,
set_contact_value,
set_deal_value,
set_appointment_value,
update_marketing_subscription,
segment_filter
event_type
enum<string> | null
Available options:
contact_created,
contact_changed,
deal_created,
deal_changed,
appointment_created,
appointment_changed,
deal_won,
deal_lost,
appointment_confirmed,
appointment_cancelled,
message_inbound,
appointment_started,
appointment_ended,
appointment_approaching,
marketing_subscription_accepted,
date,
birthday,
message_action_click,
conversation_closed,
conversation_reopened,
http,
review_request_submitted,
review_submitted,
form_completed,
message_outbound
extra_context_schema
object | null
name
string<text> | null