Monitoring User Processing
GET /v1/partner-user-provision/{provision_id}{
"Response": [
{
"PartnerUserProvision": {
"id": 123,
"created": "2025-08-13 14:45:18.621550",
"updated": "2025-08-13 14:45:18.621550",
"external_uuid": "550e8400-e29b-41d4-a716-446655440000",
"status": "CREATED",
"sub_status": "PENDING_PROCESS_USER",
"action_required": "NONE",
"products": ["USER_VERIFIED"],
"label_user": null,
"oauth_request": null,
"credential": null
}
}
]
}Alternative: Webhook Notifications instead of Polling
Last updated
Was this helpful?