POST
/
v1
/
shareholders
/
{openregisters_id}
/
extract_async
curl --request POST \
  --url https://api.openregisters.com/v1/shareholders/{openregisters_id}/extract_async \
  --header 'X-API-Key: <api-key>'
{
  "task_id": "<string>",
  "org_id": "<string>",
  "task_status": "pending",
  "result": {
    "http_url": "<string>",
    "content_type": "<string>",
    "original_filename": "<string>",
    "file_type": "<string>",
    "error": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Sign up at OpenRegisters.com to get an API key

Path Parameters

openregisters_id
string
required

The ID of the company to extract shareholders from

Response

200
application/json

Successful Response

The response is of type object.