mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 03:24:07 -06:00
29 lines
777 B
JSON
29 lines
777 B
JSON
{
|
|
"get": {
|
|
"operationId": "trackShortUrl",
|
|
"tags": [
|
|
"URL Shortener"
|
|
],
|
|
"summary": "Short URL tracking pixel",
|
|
"description": "Generates a 1px transparent image which can be used to track emails with a short URL",
|
|
"parameters": [
|
|
{
|
|
"$ref": "../parameters/shortCode.json"
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Image in GIF format",
|
|
"content": {
|
|
"image/gif": {
|
|
"schema": {
|
|
"type": "string",
|
|
"format": "binary"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|