Returns the link of the SafeCam case that is still open (not closed) for a case number - e.g. to send it again. Case numbers containing / must be URL-encoded (%2F).
Security
apiKeyAuth or safecamBearerAuth
- https://api.vaarhaft.comhttps://api.vaarhaft.com/safecam/link
curl -i -X GET \
'https://api.vaarhaft.com/safecam/link?caseNumber=300%252F2025%252F012578' \
-H 'x-api-key: YOUR_API_KEY_HERE'Open SafeCam case found.
vaarhaft_versand - Vaarhaft sends the link; eigenversand - you forward the link yourself.
Enum:"vaarhaft_versand""eigenversand"
Response
{ "ticketId": "string", "caseNumber": "string", "safecamLink": "http://example.com", "sessionId": "string", "status": "sent", "communicationMode": "vaarhaft_versand", "createdAt": "2019-08-24T14:15:22Z" }