v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBLegacy Links
Unarchive Legacy Link
Unarchives a legacy link.
post/v1/links/{id}/unarchive
Path parameters
idstring required
Example:link_12345
Legacy link ID.
Headers
Authorizationstring required
Example:Basic base64(sk_live:)
The API key for authentication. Use Basic base64(sk_live:).
Response
Legacy link unarchived successfully.
Example response
{
"data": {
"id": "link_12345",
"type": "link",
"attributes": {
"amount": 10000,
"currency": "PHP",
"description": "tteokbokki",
"livemode": true,
"remarks": "test",
"status": "unpaid",
"taxes": [],
"checkout_url": "https://pm.link/example/aBcDe",
"reference_number": "aBcDe",
"created_at": 1773731980,
"updated_at": 1773731980,
"payments": []
}
}
}