Linkedin Accounts
Linkedin Accounts Documentation
Linkedin Account [LIST]
Linkedin Account [LIST]
Request
Endpoint
Body
Response
Headers
Body
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