registercheckby openlaw group
API referencePeople

List contact details of a company's current officers

Not available yet

This operation is described here and is not served. A call to it returns 404. Contact enrichment is not implemented. No handler exists for it yet.

GET
/companies/{company_id}/officer-contacts

Professional profiles and contact details for the company's current officers, gathered from public web sources. Not register data.

Costs 25 credits.

Authorization

bearerAuth
AuthorizationBearer <token>

Your API key, sent as Authorization: Bearer rc_live_….

In: header

Path Parameters

company_id*string

The company's id.

Formatuuid

Query Parameters

limit?integer

Page size.

Range1 <= value <= 100
Default20
starting_after?string

Return the page after the object with this id. Cannot be combined with ending_before.

Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/companies/497f6eca-6276-4993-bfeb-53cbbbba6f08/officer-contacts"
{  "object": "list",  "has_more": true,  "url": "string",  "data": [    {      "object": "officer_contact",      "officer_id": null,      "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf",      "name": "string",      "email": "user@example.com",      "phone": "string",      "social": {        "linkedin_url": "http://example.com",        "x_url": "http://example.com",        "facebook_url": "http://example.com",        "instagram_url": "http://example.com",        "crunchbase_url": "http://example.com"      },      "provenance": {        "kind": "web",        "retrieved_at": "2019-08-24T14:15:22Z"      }    }  ]}