Skip to main content
POST
/
collect
/
{id}
/
workflow-events
cURL
curl --request POST \
  --url https://collector.reelevant.com/collect/{id}/workflow-events \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "program": "<string>",
  "version": "<string>",
  "datetime": "<string>",
  "status": "fail",
  "code": 123,
  "message": "<string>",
  "data": {},
  "error_code": 123
}

Path Parameters

id
string
required

For /{id}/rlvt path we expect the datasource id, for path /{id}/workflow-events we expect the company id or the datasource id

Pattern: ^[0-9a-fA-F]{24}$

Body

{key}
any | null

Can be any value

Response

No Content