API Token Authentication
The LinkedCamp API uses token-based authentication. Every authenticated request must include atoken header containing your API key.
Obtaining Your API Token
There are two ways to get your API token:From the Dashboard
- Log in to your LinkedCamp account
- Navigate to Settings > API
- Copy your API token
Via the API (Agency Owners)
Agency owners can retrieve API tokens for their sub-accounts using the Get API Token endpoint:Request Headers
All API requests require the following headers:The
Content-Type header is only required for requests that include a JSON body (POST and PUT methods).Authentication Errors
If authentication fails, the API returns:Token Requirements
- The token must belong to an active user account
- The user must have a current plan assigned
- Tokens are validated on every request and the
lastUsedAttimestamp is updated automatically
