Skip to main content
POST
/
api
/
linkedin
/
management
/
me
/linkedin/management/me
curl --request POST \
  --url https://api.anysite.io/api/linkedin/management/me \
  --header 'Content-Type: application/json' \
  --header 'access-token: <access-token>' \
  --data '{
  "timeout": 300,
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
[
  {
    "@type": "LinkedinManagementMe",
    "urn": {
      "type": "<string>",
      "value": "<string>"
    },
    "name": "<string>",
    "alias": "<string>",
    "url": "<string>",
    "headline": "<string>"
  }
]

Headers

access-token
string
required

Body

application/json
account_id
string<uuid>
required

Can be obtained on the accounts page: https://app.horizondatawave.ai/accounts

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

urn
object
required
name
string
required
alias
string
required
url
string
required
@type
string
default:LinkedinManagementMe
headline
string | null
I