Link
Get link
Retrieve a specific link by its hash.
get/links/{hash}
Path parameters
hashstring required
Unique hash of the link.
Response
Details of the link.
Example response
{
"updated_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"describe": "describe",
"url": "https://openapi-generator.tech",
"hash": "hash"
}