v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
People

Retrieve Person

Retrieve and normalize a person profile from identifiers.

post/people/retrieve

Request body

timeoutMSinteger

Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Example request

{
  "tags": [
    "production",
    "team-alpha"
  ]
}

Response

Person retrieval succeeded.

status'ok' required

Response status.

code200 required

HTTP status code.