Skip to main content
get/contacts/{id}

Get contact by ID

LLM
View as Markdown
Open llms.txt

Returns one customer profile with identities, tags, custom fields, and archive state.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:read

Allowed roles

  • owner
  • admin
  • agent

Read a contact in the caller's contact scope.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Responses

  • 200

    Contact found

    • application/json Contact
  • 404

    Contact not found

    • application/json ProblemDetails
  • default

    Error

    • application/json ProblemDetails