v1
latestOpenAPI 3.0.02026-07-26167441.9 MBEntity Onboarding (Banking Connectivity)
Get Entity Onboarding Status (Banking Connectivity)
get/banking/entities/{entity_id}/onboardings/{onboarding_id}
Path parameters
entity_idstring required
The id of the entity obtained from Create Entity.
onboarding_idstring required
The id of the onboarding obtained from Create Entity Onboarding.
Response
Example response
{
"id": "onb_990e8400-e29b-41d4-a716-446655440000",
"entity_id": "ent_660e8400-e29b-41d4-a716-446655440000",
"yuno_account_id": "550e8400-e29b-41d4-a716-446655440000",
"provider": {
"entity_id": "col_entity_onboarded_123",
"status": "verification_pending"
},
"onboarding_type": "ONE_STEP",
"status": "PENDING",
"created_at": "2026-02-01T10:00:00Z",
"updated_at": "2026-02-01T10:00:00Z",
"expires_at": "2026-02-08T10:00:00Z"
}