Linkedin Accounts
Linkedin Accounts Documentation
Linkedin Account [LIST]
Linkedin Account [LIST]
Request
Endpoint
GET /api/v2/contacts/73136dfe-f692-4348-8321-d64d096906c5/people/f4b5357d-ce5b-4544-82e6-ba04d6a0045f/linkedin_accounts
Content-Type: application/vnd.api+jsonBody
Response
Headers
Content-Type: application/vnd.api+json; charset=utf-8
200 OKBody
{
"data": [
{
"id": "4af005de-6386-4067-93bc-b75fa2b171ec",
"type": "linkedin_accounts",
"attributes": {
"created_at": "2022-01-12T17:18:56Z",
"public_url": "http://example.com/username1",
"updated_at": "2022-01-12T17:18:56Z",
"updated_in_db_at": "2022-01-12T17:18:56Z"
}
}
],
"meta": {
"pagination": {
"page": 1,
"per_page": 25,
"total_count": 1,
"total_pages": 1
},
"sort": null,
"filter": {
}
}
}Fields
data
Type
[LinkedIn Account]
Description An array of LinkedIn Accounts
Linkedin Account [POST]
Linkedin Account [POST]
Request
Endpoint
Body
Parameters
Attributes
authenticated
Type
boolean
Description If the Linkedin Account has been authenticated
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
first_name
Type
string
Description The first name of the Linkedin Account
Required No
last_name
Type
string
Description The last name of the Linkedin Account
Required No
public_url
Type
string
Description The URL of the Person's LinkedIn Account
Required No
remote_id
Type
string
Description The ID of the Linkedin Account in the remote system
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
public_url
Type
string
Description The URL of the Person's LinkedIn Account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Linkedin Account [GET]
Linkedin Account [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
public_url
Type
string
Description The URL of the Person's LinkedIn Account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Linkedin Account [PUT]
Linkedin Account [PUT]
Request
Endpoint
Body
Parameters
Attributes
authenticated
Type
boolean
Description If the Linkedin Account has been authenticated
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
first_name
Type
string
Description The first name of the Linkedin Account
Required No
last_name
Type
string
Description The last name of the Linkedin Account
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at value and force overwrite the values for the record. ' 'Must be true to work.
Required No
public_url
Type
string
Description The URL of the Person's LinkedIn Account
Required No
remote_id
Type
string
Description The ID of the Linkedin Account in the remote system
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
public_url
Type
string
Description The URL of the Person's LinkedIn Account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Linkedin Account [DELETE]
Linkedin Account [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated