Get List Of Journeys Contact Is In

POST https://{{et_subdomain}}.rest.marketingcloudapis.com/interaction/v1/interactions/contactMembership

https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/contactMembershipRequest.htm

Provides a list of journeys and journey versions for a list of contact keys.

Request Body

{"ContactKeyList"=>["DD301", "0036A000002FDbFQAW"]}

RESPONSES

status: OK

{"results":{"contactMemberships":[{"contactKey":"DD301","definitionKey":"postman-demo1","version":2}],"contactsNotFound":["0036A000002FDbFQAW"]}}