Skip to main content
GET
/
v1
/
short-links
/
{id}
Obter detalhe de um link
curl --request GET \
  --url https://api.notifique.dev/v1/short-links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "clshort01exampleid0001",
    "workspaceId": "clws_example_workspace01",
    "domain": "clicar.co",
    "code": "promo24",
    "targetUrl": "https://loja.exemplo.com/campanha?utm_source=sms",
    "targetUrlHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
    "outboundAttribution": "SMS:clmsg01exampleid0001",
    "source": "API",
    "createdByUserId": null,
    "expiresAt": null,
    "deletedAt": null,
    "isActive": true,
    "clickCount": 128,
    "createdAt": "2026-04-18T14:22:00.000Z",
    "updatedAt": "2026-04-19T10:00:00.000Z",
    "shortUrl": "https://clicar.co/promo24"
  }
}

Authorizations

Authorization
string
header
required

API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx

Path Parameters

id
string
required

ID (cuid) do link.

Response

Detalhe do link.

success
boolean
required
Example:

true

data
object
required

Modelo persistido + shortUrl; datas em ISO 8601.