POST
/
v2
/
journey
curl --request POST \
--url https://api.request.network/v2/journey \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"requestId": "01HXYZABCDEF1234567890QWERTYUIOP"
}'
{
  "journeyId": "01JOURNEYULID1234567890ABCDEF"
}

Headers

x-api-key
string
required

API key for authentication

Body

application/json
requestId
string

The request ID of the request linked to the journey

Response

Journey created successfully. Returns the unique journeyRef (tracking ID).

The response is of type any.