API Reference/Endpoints
Endorse a profile skill
POST/api/linkedin/gateway/linkedin/profile/endorse
Endorses one listed skill on someone else's profile. The skill has to be identified by its endorsement id, which comes back on that profile's own retrieval response — there's no lookup by skill name here.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Body parameters
Response fields
Errors
·400 Bad Request. account_id, profile_id or skill_endorsement_id is missing.·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No profile or skill entry exists for the given ids.·422 Unprocessable Entity. The connected account has already endorsed this skill on this profile.