Linkly integration (Marketing, Data). Imported from open-connector.
https://api.linklyhq.com/api/v1/workspaces
/api/v1/workspace/{workspace_id}/list_links
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | required | The Linkly workspace ID. |
| search | string | optional | Search query. |
| page | integer | optional | Page number. |
| page_size | integer | optional | Number of links to return. |
| sort_by | string | optional | Field used to sort links. |
| sort_dir | string | optional | Sort direction. |
| filter | object | optional | Exact-match filters for listing Linkly workspace links. |
/api/v1/link/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Linkly link ID. |
| workspace_id | string | optional | The Linkly workspace ID. |
/api/v1/workspace/{workspace_id}/links
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | required | The Linkly workspace ID. |
| url | string | required | The destination URL. |
| domain | string | optional | — |
| domain_id | integer | optional | Domain ID, used as an alternative to domain. |
| slug | string | optional | — |
| name | string | optional | — |
| note | string | optional | — |
| enabled | boolean | optional | Whether the link is active. |
| forward_params | boolean | optional | Whether to forward query parameters to the destination. |
| utm_source | string | optional | — |
| utm_medium | string | optional | — |
| utm_campaign | string | optional | — |
| utm_term | string | optional | — |
| utm_content | string | optional | — |
| expiry_datetime | string | optional | — |
| expiry_destination | string | optional | — |
| expiry_clicks | integer | optional | — |
| public_analytics | boolean | optional | Whether analytics are publicly accessible. |
| block_bots | boolean | optional | Whether to block bot traffic. |
| hide_referrer | boolean | optional | Whether to hide the referrer from the destination. |
| cloaking | boolean | optional | Whether link cloaking is enabled. |
| gtm_id | string | optional | — |
| ga4_tag_id | string | optional | — |
| fb_pixel_id | string | optional | — |
| tiktok_pixel_id | string | optional | — |
| og_title | string | optional | — |
| og_description | string | optional | — |
| og_image | string | optional | — |
| head_tags | string | optional | — |
| body_tags | string | optional | — |
| linkify_words | string | optional | — |
| replacements | string | optional | — |
| rules | array | optional | Redirect rules for the link. |
/api/v1/workspace/{workspace_id}/links
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | required | The Linkly workspace ID. |
| id | integer | required | The Linkly link ID. |
| url | string | optional | The destination URL. |
| domain | string | optional | — |
| domain_id | integer | optional | Domain ID, used as an alternative to domain. |
| slug | string | optional | — |
| name | string | optional | — |
| note | string | optional | — |
| enabled | boolean | optional | Whether the link is active. |
| forward_params | boolean | optional | Whether to forward query parameters to the destination. |
| utm_source | string | optional | — |
| utm_medium | string | optional | — |
| utm_campaign | string | optional | — |
| utm_term | string | optional | — |
| utm_content | string | optional | — |
| expiry_datetime | string | optional | — |
| expiry_destination | string | optional | — |
| expiry_clicks | integer | optional | — |
| public_analytics | boolean | optional | Whether analytics are publicly accessible. |
| block_bots | boolean | optional | Whether to block bot traffic. |
| hide_referrer | boolean | optional | Whether to hide the referrer from the destination. |
| cloaking | boolean | optional | Whether link cloaking is enabled. |
| gtm_id | string | optional | — |
| ga4_tag_id | string | optional | — |
| fb_pixel_id | string | optional | — |
| tiktok_pixel_id | string | optional | — |
| og_title | string | optional | — |
| og_description | string | optional | — |
| og_image | string | optional | — |
| head_tags | string | optional | — |
| body_tags | string | optional | — |
| linkify_words | string | optional | — |
| replacements | string | optional | — |
| rules | array | optional | Redirect rules for the link. |
/api/v1/workspace/{workspace_id}/links/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | required | The Linkly workspace ID. |
| id | integer | required | The Linkly link ID. |