GET
/
api
/
applications
/
validate-token
Validate Token
curl --request GET \
  --url https://monitoring.safeturf.ai/api/applications/validate-token \
  --header 'Authorization: Basic <encoded-value>'
Called on form load when ?token= is in the URL. Returns the application_id and resume step.
token
string
required
Token from the invite URL.
curl "https://monitoring.safeturf.ai/api/applications/validate-token?token=Xk9mP2qRvNzL..."
{
  "application_id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "draft",
  "current_step": "bank_info"
}
StatusMeaning
401Token not found or expired
410Application already submitted