Skip to content

Send trail through plugin

POST
/api/v1/plugin-system/trail-send
curl --request POST \
--url https://example.com/api/v1/plugin-system/trail-send \
--header 'Content-Type: application/json' \
--data '{ "pluginId": "example", "trailId": "example", "share": "example" }'

Sends an existing trail to an enabled plugin provider that supports trail transfer.

Media typeapplication/json
object
pluginId
required
string
trailId
required
string
share

Optional share token used to authorize sending a shared trail.

string
Examplegenerated
{
"pluginId": "example",
"trailId": "example",
"share": "example"
}

Trail sent

Media typeapplication/json
object
ok
boolean
Examplegenerated
{
"ok": true
}

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error