connect
List LinkedIn orgs
Returns LinkedIn organizations (company pages) the connected account has admin access to.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/accounts/string/linkedin-organizations"{
"organizations": [
{
"id": "12345678",
"name": "Acme Corporation",
"vanityName": "acme-corp",
"localizedName": "Acme Corporation"
},
{
"id": "87654321",
"name": "Acme Subsidiary",
"vanityName": "acme-sub",
"localizedName": "Acme Subsidiary"
}
]
}{
"error": "Unauthorized"
}Empty
Select LinkedIn org POST
Complete the LinkedIn connection flow. Set accountType to "personal" or "organization" to connect as a company page. Use X-Connect-Token if connecting via API key.
Switch LinkedIn account type PUT
Switch a LinkedIn account between personal profile and organization (company page) posting.