Skip to main content
POST
/
trace
Create a new trace
curl --request POST \
  --url http://api.local.stratumn.com:3000/trace \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'body={
  "data": {},
  "actionKey": "<string>",
  "workflowId": "<string>",
  "groupLabel": "<string>"
}' \
  --form file_example='@example-file' \
  --form other_file_example='@example-file'
"<string>"

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
body
object
file_example
file
other_file_example
file

Response

200 - application/json

The UUID of the created trace

The response is of type string.