Skip to main content
POST
/
prop
/
journeys
/
{journey_id}
/
reset
Reset Journey
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/prop/journeys/{journey_id}/reset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{
  "journey_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "login": "<string>",
  "phase": "<string>",
  "pending_payment_tx_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "activated": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

journey_id
string<uuid>
required

Body

application/json
reason
string
required
Required string length: 1 - 500

Response

Successful Response

journey_id
string<uuid>
required
account_id
string<uuid> | null
required
login
string | null
required
phase
string
required
pending_payment_tx_id
string<uuid> | null
required
activated
boolean
required