cURL
curl --request GET \ --url http://localhost/api/admin/journeys/ \ --header 'Authorization: <api-key>'
{ "journeys": [ { "id": "<string>", "workspaceId": "<string>", "name": "<string>", "updatedAt": 123, "status": "NotStarted", "createdAt": 123, "canRunMultiple": true } ] }
Get all journeys.
Default Response
Show child attributes