← Tools Reference

Short.io

Short.io integration (Marketing, Data). Imported from open-connector.

API key8 toolshttps://statistics.short.io
GET
short_io_list_domains
List domains available to the authenticated Short.io API key.

/api/domains

GET
short_io_get_domain
Get Short.io domain details by domain ID.

/domains/{domainId}

1 parameter
ParamTypeRequiredDescription
domainIdintegerrequiredThe unique identifier of the Short.io domain.
GET
short_io_list_links
List links for a Short.io domain with optional pagination and sort order.

/api/links

4 parameters
ParamTypeRequiredDescription
domainIdintegerrequiredThe unique identifier of the Short.io domain.
limitintegeroptionalMaximum number of links to return.
pageTokenstringoptionalPagination token returned by a previous Short.io response.
dateSortOrderstringoptionalSort order for link creation time.
GET
short_io_get_link
Get Short.io link details by link ID.

/links/{linkId}

1 parameter
ParamTypeRequiredDescription
linkIdstringrequiredThe unique identifier of the Short.io link.
POST
short_io_create_link
Create a new Short.io link on one of the authenticated domains.

/links

5 parameters
ParamTypeRequiredDescription
domainstringrequiredDomain hostname that should own the new short link.
originalURLstringrequiredOriginal destination URL to shorten.
pathstringoptionalOptional custom path for the short link.
titlestringoptionalOptional title for the short link.
allowDuplicatesbooleanoptionalWhether duplicate links to the same originalURL should be allowed.
POST
short_io_update_link
Update an existing Short.io link by link ID.

/links/{linkId}

9 parameters
ParamTypeRequiredDescription
linkIdstringrequiredThe unique identifier of the Short.io link.
originalURLstringoptionalUpdated destination URL for the short link.
pathstringoptionalUpdated path segment for the short link.
titlestringoptionalUpdated title for the short link.
tagsarrayoptionalUpdated tags to assign to the short link.
archivedbooleanoptionalWhether the short link should be archived.
cloakingbooleanoptionalWhether cloaking should be enabled for the short link.
expiresAtstringoptionalExpiration timestamp to assign to the short link.
redirectTypenumberoptionalHTTP redirect status code used by the short link.
DELETE
short_io_delete_link
Delete a Short.io link by link ID.

/links/{linkId}

1 parameter
ParamTypeRequiredDescription
linkIdstringrequiredThe unique identifier of the Short.io link.
GET
short_io_get_link_statistics
Get click statistics for a Short.io link.

/statistics/link/{linkId}

7 parameters
ParamTypeRequiredDescription
linkIdstringrequiredThe unique identifier of the Short.io link.
periodstringoptionalTime interval used by the Short.io statistics API.
tzstringoptionalTimezone used by the statistics API.
clicksChartIntervalstringoptionalChart granularity used by the Short.io statistics API.
skipTopsbooleanoptionalWhether top breakdown sections should be skipped.
startDatestringoptionalCustom interval start date in YYYY-MM-DD format.
endDatestringoptionalCustom interval end date in YYYY-MM-DD format.