Greetings, all!
I’m looking for information on how to fetch a protected deployment’s previously minted shareable URL create via PATCH /aliases/{id}/protection-bypass.
I’m not seeing/finding an expected GET operation in the API ref and calling the PATCH endpoint a second time results in an error stating the URL has already been created. Clearly the first call’s response can be persisted and reused later; but, the absence of a re-retrieval mechanism seems like a API shortfall, given possible— albeit rare—failures between URL minting and client receipt/processing. Reasonable people will likely agree redeploying to replace a lost link isn’t great API ergonomics.
Clearly there are workarounds. I’m more curious if I’m just missing something obvious. Thanks!