GET
/
api
/
applications
/
{application_id}
Get Application
curl --request GET \
  --url https://monitoring.safeturf.ai/api/applications/{application_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "imported_business_uuid": {}
}
Fetch full application including all saved form_data. Call this after /validate-token to prefill the form.
application_id
string
required
Application UUID.
curl "https://monitoring.safeturf.ai/api/applications/550e8400-e29b-41d4-a716-446655440000" \
  -H "Authorization: Bearer <token>"
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "draft",
  "current_step": "bank_info",
  "form_data": { ... },
  "imported_business_uuid": null,
  "created_at": "2025-03-10T12:00:00+00:00",
  "updated_at": "2025-03-10T14:30:00+00:00"
}
imported_business_uuid
string | null
Set after successful submit — the Snowflake BUSINESS_UUID.