TinyURL integration (Marketing). Imported from open-connector.
https://api.tinyurl.com/create
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The full URL to shorten, including the http:// or https:// protocol. |
| alias | string | optional | A custom alias for the short URL. It must be unique for the selected domain. |
| domain | string | optional | The domain to use when TinyURL creates the short link. |
| tags | array | optional | Tags to associate with the created TinyURL. |
| expires_at | string | optional | The ISO 8601 timestamp when the created TinyURL should expire. |
/urls/{type}
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | required | Whether to list available TinyURLs or archived TinyURLs. |
| page | integer | optional | The 1-based page number of the TinyURL results to fetch. |
| limit | integer | optional | The maximum number of TinyURLs to fetch per page, from 1 to 100. |