← Tools Reference

Shorten.REST

Shorten.REST integration (Marketing, Data). Imported from open-connector.

API key6 toolshttps://api.shorten.rest
POST
shorten_rest_create_alias
Create a Shorten.REST alias for one or more destination URLs.

/aliases

5 parameters
ParamTypeRequiredDescription
domainNamestringoptionalThe domain name without http://, https://, or a trailing slash.
aliasNamestringoptionalThe alias value without a leading slash.
destinationsarrayrequiredThe destination URLs for the alias. At least one destination is required when c…
metatagsarrayoptionalThe metatag overrides for the alias.
snippetsarrayoptionalThe tracking snippet overrides for the alias.
GET
shorten_rest_get_alias
Get detailed information for one Shorten.REST alias.

/aliases

2 parameters
ParamTypeRequiredDescription
domainNamestringoptionalThe domain name without http://, https://, or a trailing slash.
aliasNamestringrequiredThe alias value without a leading slash.
PUT
shorten_rest_update_alias
Update destinations, metatags, or snippets on an existing Shorten.REST alias.

/aliases

5 parameters
ParamTypeRequiredDescription
domainNamestringoptionalThe domain name without http://, https://, or a trailing slash.
aliasNamestringrequiredThe alias value without a leading slash.
destinationsarrayoptionalThe destination URLs for the alias. At least one destination is required when c…
metatagsarrayoptionalThe metatag overrides for the alias.
snippetsarrayoptionalThe tracking snippet overrides for the alias.
DELETE
shorten_rest_delete_alias
Delete one Shorten.REST alias by alias name and optional domain.

/aliases

2 parameters
ParamTypeRequiredDescription
domainNamestringoptionalThe domain name without http://, https://, or a trailing slash.
aliasNamestringrequiredThe alias value without a leading slash.
GET
shorten_rest_list_aliases
List Shorten.REST alias names for a domain with official pagination.

/aliases/all

3 parameters
ParamTypeRequiredDescription
domainNamestringoptionalThe domain name without http://, https://, or a trailing slash.
continueFromstringoptionalThe previous response lastId value used to fetch the next page.
limitintegeroptionalThe maximum number of records to return, from 1 to 1000.
GET
shorten_rest_list_clicks
List raw Shorten.REST click records with official pagination.

/clicks

2 parameters
ParamTypeRequiredDescription
continueFromstringoptionalThe previous response lastId value used to fetch the next page.
limitintegeroptionalThe maximum number of records to return, from 1 to 1000.