Skip to main content
GET
Get where every beneficial owner stands on their cédula
Returns where every UBO-role associated person stands on their cédula. Read-only — this is the endpoint to poll, and it’s also the safest fallback for the DOCUMENT_SIGNED webhook.

Important Notes

  • Every UBO appears, including those never asked for a cédula — those entries carry no status. This avoids a caller believing they’re done because a short list came back, after adding a new owner since their last request.
  • status is PENDING (awaiting signature) or SIGNED (complete). A missing status means no cédula was ever requested for that owner, or that requesting one previously failed (see error/errorCode).
  • Every owner reporting SIGNED is what satisfies the cross-ramp signature requirement — poll this endpoint until every UBO shows SIGNED.
  • signingUrl is only present while status is PENDING; it’s withheld once SIGNED.

Error Codes

Common Errors

User Ownership Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

userId
string<uuid>
required

The user's Capa ID

Response

One entry per beneficial owner on record for the business.

success
boolean
Example:

true

data
object