Skip to main content
GET
cURL
Retrieves a snoozed contact by their LinkedIn username. Useful for checking if a specific LinkedIn profile is currently snoozed.

Path Parameters

  • username (required, string): LinkedIn username to look up

Response

Returns the snoozed contact if found, or 404 if not found. Response fields:
  • _id - Unique identifier
  • team - Team ID
  • user - User who snoozed the contact
  • linkedin_username - LinkedIn username
  • external_contact_id - External CRM contact ID
  • email - Email address
  • phone_number - Phone number
  • snooze_until - Date when snooze expires
  • createdAt - Creation timestamp
  • updatedAt - Last update timestamp

Authorizations

x-api-key
string
header
required

Path Parameters

username
string
required

LinkedIn username

Response

Snoozed contact retrieved successfully

_id
string
required

Unique identifier

team
string
required

Team ID

phone_number
string
required

Phone number

snooze_until
string<date-time>
required

Snooze expiration date

user
object
contact_list
string

Contact list ID

linkedin_username
string

LinkedIn username

external_contact_id
string

External CRM contact ID

email
string

Email address

createdAt
string<date-time>
updatedAt
string<date-time>