cURL
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" } }
Retorna o registro completo do link (campos persistidos + shortUrl). Escopo: short_links:read. Links soft-deleted retornam 404.
shortUrl
404
API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx
Authorization: Bearer sk_live_xxxxx
ID (cuid) do link.
Detalhe do link.
true
Modelo persistido + shortUrl; datas em ISO 8601.
Show child attributes
Was this page helpful?