Skip to main content
GET /journey-stages Returns the journey stage names configured for your Recotap workspace. Use these to understand the rtp_journey_stage values returned on accounts.
curl "https://eapi.recotap.com/api/v1/journey-stages" \
  -H "X-Api-Key: your-api-key-here"
This endpoint has no query parameters. All configured stages are returned in a single response. Response data
["Awareness", "Consideration", "Decision", "Purchase"]
Stage names are workspace-configured — the names and order shown above are illustrative. Your workspace may have different stage names.