Get Latest UBO Task
GET/public-api/v1/kyb/organizations/:orgId/ubo-task
Returns the most recent Ultimate Beneficial Owner (UBO) task for the organization, including its current status, assignee, and sub-tasks.
Use cases:
- Drive a "next step" prompt in your UI based on the active UBO task.
- Detect when a UBO submission has been rejected and surface the reason to the user.
Next step:
- Use GET /tasks to fetch the wider task list if more context is needed.
Request
Responses
- 200
- 401
- 500
UBO task successfully fetched.
Unauthorized – Invalid or missing token.
Internal Server Error