---
title: "Lookup"
method: GET
path: "/android/caller-id/lookup"
tags: ["Android Caller ID"]
---

# Lookup

`GET /android/caller-id/lookup`

## Query parameters

- `phone` string, required

## Headers

- `authorization` string, nullable
- `x-caller-id-key` string, nullable

## Response `200`

Successful Response

- CallerLookupResponse
  - `found` boolean, required
  - `query` string, required
  - `normalized_phone` string, required
  - `contact` CallerRecord
    - `id` integer, required
    - `name` string, required
    - `phone` string, required
    - `normalized_phone` string, required
    - `company` string, nullable
    - `title` string, nullable
    - `branch` string, nullable
    - `updated_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
