# Phone numbers lookup The Person Phone Numbers Lookup endpoint retrieves phone numbers associated with an individual in the Forager dataset. It allows you to input identifying information (such as Linkedin handle or Forager ID) and returns available phone numbers. This API is useful for enriching person records, supporting lead generation, and verifying phone contact details within your applications. Endpoint: POST /api/{account_id}/datastorage/person_contacts_lookup/phone_numbers/ Version: 1.0.0 Security: Api-Key ## Path parameters: - `account_id` (integer, required) ## Request fields (application/json): - `person_id` (integer) - `linkedin_public_identifier` (string) LinkedIn organization "Public identifier/Slug/ID" - "linkedin.com/in/!slug!/". ## Response 200 fields (application/json): - `phone_number` (string, required)