Skip to main content
POST
Look up a person by ID

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
people_search_id
string<uuid>
required

A unique identifier for the people search operation.

linkedin_url
string

The fully formed URL of the LinkedIn user profile. URL begin with http and contain linkedin.com/in/ or linkedin.com/pub/

Example:

"http://www.linkedin.com/in/king-lai-605382b7"

wantedly_url
string

Wantedly profile URL for the person.

tw104_url
string

104 (Taiwan) profile URL for the person.

rocketpunch_url
string

RocketPunch profile URL for the person.

remember_url
string

Remember profile URL for the person.

youtrust_url
string

YOUTRUST profile URL for the person.

is_enrichment_available
boolean

Run realtime enrichment when the stored record is incomplete — fills in contact details, employment history and social profiles. Consumes credits. Leave unset for a cache-only read.

Example:

true

is_profile_metadata_available
boolean

Include your workspace credit accounting for this call under metadata.profile.

Example:

true

exclude_fields
string[]

Field slugs to omit from the returned record.

Response

Successful response containing company details.

metadata
object

Request context — is_enrichment_available, parameters, filters, and (when requested) a profile block with credit, topup_credit and total_credit_cost.

data
object | null

Response info depends on specific endpoint.