Skip to main content

Get prospect

Get prospect by ID

Path Parameters
    id string required

    id of the prospect

Responses

A successful response.


Schema
    prospect object
    id string
    name string
    email string
    phone string
    activity string
    status subscription status

    Possible values: [STATUS_UNSPECIFIED, STATUS_UNSUBSCRIBED, STATUS_SUBSCRIBED]

    Default value: STATUS_UNSPECIFIED

    changed_at date-time
    source string
    verified boolean
    created_at date-time
    updated_at date-time
    metadata object
Loading...