Skip to main content

Retrieve a single contact information

This API endpoint is designed to provide detailed information about a specific contact, making it a valuable tool for retrieving contact data within your system.

Path Parameters
  • id string required

    Contact identifier

Responses

OK - The request was processed successfully.


Schema
  • id integer
  • name string
  • type string

    Possible values: [legal_entity, person]

  • country string
  • address stringnull
  • city stringnull
  • zip stringnull
  • state stringnull
  • language string

    Possible values: [en, de, fr, it, cs, pl]

  • selfContact boolean
Loading...