<img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=296796&amp;fmt=gif">
Skip to content
English - United States
  • There are no suggestions because the search field is empty.

Authenticate your first API request

Authenticate API calls safely with a scoped private token.

Make an authenticated request

Create a private API token with only the scopes your integration needs. Store it in a secrets manager and never commit it to source control.

Authorization: Bearer YOUR_TOKEN

Send the token over HTTPS, check the response status, and implement retry handling for temporary failures.