Fetch phone data related to persons
GET/persons/phone-info
Person Phone Information Endpoint
Overview
This API retrieves phone information of a person or persons based on a person id or batch id.
It supports both single person retrieval and batch downloads.
The API returns info for both legal persons (companies / organizations) and physical persons (individuals).
It returns a person's phone number, phone name, person id, etc.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/persons/phone-info?person-id=2312701' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
batchId | Unique identifier for the batch | Unik identifikator for batchen | PropCloud |
personId | Unique identifier for the person | Unik identifikator for personen eller selskapet | Kartverket |
phone | The phone number associated with the person or organization | Telefonnummer tilknyttet personen eller selskapet | PropCloud |
phoneName | The name associated with the phone number | Navn knyttet til telefonnummeret | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error