Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.recotap.com/llms.txt

Use this file to discover all available pages before exploring further.

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 "http://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.