Get customer by ID
GET {{connect_base_url}}/v1/customer/{{customer_id}}
When you create a new journey, Revio will create or update the customer object based on whether the customer.external_reference
already exists. Revio will also assign a unique customer.id
in addition to the unique external_reference that you keep for this customer. You can request the full customer object by this unique customer.id
.