Skip to main content
POST
Create an external tracker definition in the company catalog

Authorizations

Authorization
string
header
required

Company secret API key.

Headers

X-Woku-Idempotency-Key
string

Client-generated key to make the create safe to retry. A retry with the same key returns the original result instead of creating again.

Body

application/json
name
string
required

Tracker name. Identifies the tracker within the company catalog. Unique per company.

Required string length: 1 - 60
Example:

"trr"

system
string
required

External system this tracker maps to.

Maximum string length: 80
Example:

"crm interno"

description
string

Human-readable description of the tracker.

Maximum string length: 500
Example:

"transaction id of a lease or sale"

Response

Tracker definition created