curl --request GET \
--url http://localhost:8080/v1/onboarding/status/{token}{
"data": {
"id": "<string>",
"status": "draft",
"status_token": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"submitted_at": "2023-11-07T05:31:56Z",
"reviewed_at": "2023-11-07T05:31:56Z",
"decided_at": "2023-11-07T05:31:56Z",
"kyb_status": "<string>",
"rejection_reason": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Public endpoint — no authentication required. Returns a minimal status view using the UUID status token (no PII exposed).
curl --request GET \
--url http://localhost:8080/v1/onboarding/status/{token}{
"data": {
"id": "<string>",
"status": "draft",
"status_token": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"submitted_at": "2023-11-07T05:31:56Z",
"reviewed_at": "2023-11-07T05:31:56Z",
"decided_at": "2023-11-07T05:31:56Z",
"kyb_status": "<string>",
"rejection_reason": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}