Query parameters
A query parameter is a <key, value> pair, URL-encoded as key=value. A query string is a set of query parameters added to the end of a URL, beginning with a “?” symbol, with each parameter separated by “&” symbols.
Rebrandly provides a tool to easily manage query parameters, in order to quickly build any query string you want. By default, there are five prefilled parameters you will find under your workspace's template: Source, Medium, Campaign, Term and Content.
Base URL for Query Parameters API is
https://templating.rebrandly.com/v1
All endpoints are nested under the path /url/querystring
So basically every API call should start with
https://templating.rebrandly.com/v1/url/querystring
For each HTTP requesto to its enpoints should be passed the workspace ID as workspace request header
workspace=<RB_WORKSPACE_ID>
Note: if you have only 1 workspace this request Header can be omitted
Updated 7 months ago