Documentation Index
Fetch the complete documentation index at: https://docs.linkedcamp.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires an agency owner token.
Token from the agency owner account.
Query Parameters
The email address of the sub-account to retrieve the API token for.
Response
Whether the request was successful.
A human-readable result message.
The API token for the specified sub-account.
curl -X GET "https://api.linkedcamp.com/tokens?accountEmail=user@example.com" \
-H "token: YOUR_AGENCY_OWNER_TOKEN"
{
"success": true,
"message": "Api token found successfully!",
"token": "abc123..."
}