get
Item
@GetMapping(headers = "token",
path = "/{" + LINK_IDENTIFIER_KEY + "}"
)
Method to get an existing custom link
Return
the custom link requested, if authorized, or the failed response message as T
Parameters
token
The token of the user
userId
The identifier of the user
linkId
The identifier of the custom link to get