Short.io integration (Marketing, Data). Imported from open-connector.
https://statistics.short.io/api/domains
/domains/{domainId}
| Param | Type | Required | Description |
|---|---|---|---|
| domainId | integer | required | The unique identifier of the Short.io domain. |
/api/links
| Param | Type | Required | Description |
|---|---|---|---|
| domainId | integer | required | The unique identifier of the Short.io domain. |
| limit | integer | optional | Maximum number of links to return. |
| pageToken | string | optional | Pagination token returned by a previous Short.io response. |
| dateSortOrder | string | optional | Sort order for link creation time. |
/links/{linkId}
| Param | Type | Required | Description |
|---|---|---|---|
| linkId | string | required | The unique identifier of the Short.io link. |
/links
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | required | Domain hostname that should own the new short link. |
| originalURL | string | required | Original destination URL to shorten. |
| path | string | optional | Optional custom path for the short link. |
| title | string | optional | Optional title for the short link. |
| allowDuplicates | boolean | optional | Whether duplicate links to the same originalURL should be allowed. |
/links/{linkId}
| Param | Type | Required | Description |
|---|---|---|---|
| linkId | string | required | The unique identifier of the Short.io link. |
| originalURL | string | optional | Updated destination URL for the short link. |
| path | string | optional | Updated path segment for the short link. |
| title | string | optional | Updated title for the short link. |
| tags | array | optional | Updated tags to assign to the short link. |
| archived | boolean | optional | Whether the short link should be archived. |
| cloaking | boolean | optional | Whether cloaking should be enabled for the short link. |
| expiresAt | string | optional | Expiration timestamp to assign to the short link. |
| redirectType | number | optional | HTTP redirect status code used by the short link. |
/links/{linkId}
| Param | Type | Required | Description |
|---|---|---|---|
| linkId | string | required | The unique identifier of the Short.io link. |
/statistics/link/{linkId}
| Param | Type | Required | Description |
|---|---|---|---|
| linkId | string | required | The unique identifier of the Short.io link. |
| period | string | optional | Time interval used by the Short.io statistics API. |
| tz | string | optional | Timezone used by the statistics API. |
| clicksChartInterval | string | optional | Chart granularity used by the Short.io statistics API. |
| skipTops | boolean | optional | Whether top breakdown sections should be skipped. |
| startDate | string | optional | Custom interval start date in YYYY-MM-DD format. |
| endDate | string | optional | Custom interval end date in YYYY-MM-DD format. |