People rest API
The API return all person's phone numbers JSON format, as specified by ID.
In order to use the API you must have the valid environment-specific username and password. Before any API requests, you need to obtain an API KEY. You will get a valid API KEY (it's called a ticket) by using the ticket API (Please, read how to use ticket API ).
The API KEY must be sent in the request custom header element (named ticket or x-api-key). If the API KEY value is valid then API request will be successful (http status code 200), otherwise it will fail (http status code 401). All API requests must be made over HTTPS.
| Data element | Description |
|---|---|
| Phone numbers | All person's phone numbers. e.g. 0400526606 |
| Parameter | Description | |
|---|---|---|
| id | Bisnode ID | X |
| X = Mandatory | ||
https://api.bisnode.fi/ihmiset/v1/phonenumbers?id=FI2101004932316
Successful request and the API return results in JSON format
[ "0400526606" ]
The data for testing / the test cases: FI2101012859565, FI2101003589987, FI2101004104101, FI2101015192475, FI2101004413857, FI2101011282165, FI2101013439614, FI2101006339475, FI2101015903661, FI2101004273356