Create tracking page

To create a tracking page, send a POST request to https://api.planadoapp.com/v2/tracking/pages.

$ curl -H "Authorization: Bearer api-key" \
       --data "{\"job\":{\"uuid\":\"1ed8fec9-7c8c-6af0-a8b0-1ef2a1c15efe\"},\"tracking_template\":{\"uuid\":\"1ed8fec9-2ae5-67f0-a8b0-1ef2a1c15efe\"}" \
       https://api.planadoapp.com/v2/tracking/pages | jq
{
  "link": "plnd.link/q1234"
}

In response, the API returns a public link to the tracking page.

Request schema

All fields are required.

Field Type JSON type Required Can be null Description

tracking_template.uuid

UUID

String

Yes

No

Tracking template identifier

job.uuid

UUID

String

Yes

No

Job identifier