cURL
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>"
Creates a new trace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
The UUID of the created trace
The response is of type string.
string