cURL
curl --request GET \ --url https://monitoring.safeturf.ai/api/applications/validate-token \ --header 'Authorization: Basic <encoded-value>'
Resolve a magic-link token to an application on form load
?token=
application_id
curl "https://monitoring.safeturf.ai/api/applications/validate-token?token=Xk9mP2qRvNzL..."
{ "application_id": "550e8400-e29b-41d4-a716-446655440000", "status": "draft", "current_step": "bank_info" }
401
410