Skip to main content
GET
/
api
/
v1
/
misc
/
linkedin
/
mentions
/
tags
Get LinkedIn mentionable tags (people & organizations)
curl --request GET \
  --url https://api.bundle.social/api/v1/misc/linkedin/mentions/tags \
  --header 'x-api-key: <api-key>'
{
  "people": [],
  "organizations": []
}

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
q
string
required
Minimum length: 1
scope
enum<string>
default:all
Available options:
people,
organizations,
all

Response

200

people
object[]
organizations
object[]