View single smart link created under your account.
https://portal.mobtexting.com/api/v2/
{endpoint}link/urls/{id}
Replace the {id} with the actual id of the link that you would like to see.
curl -X GET \
'{endpoint}link/urls/4' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer 5b02112fb7xxxxxxxxx'
Kindly replace the token with your respective access_token and other params.
{
"status": "OK",
"code": 200,
"message": "OK",
"data": {
"id": 4,
"title": "testing",
"short_url": "https://tx3.in/",
"long_url": "https://o5o4o6.com/?a=1457&c=298748&s1=TN(air(40_50)",
"webhook_id": null,
"token": null,
"visits": 1,
"last_visited": "2022-10-27 00:00:00",
"is_advanced": 1,
"status": 1,
"created_at": "2022-10-11T09:58:42.000000Z",
"updated_at": "2022-10-28T07:25:36.000000Z"
}
}