Skip to main content
GET
/
users
/
{userId}
curl -X GET https://api.linkedcamp.com/users/60f7a1b2c3d4e5f6a7b8c9d0
{
  "success": true,
  "message": "Token generated successfully!",
  "token": "U2FsdGVkX1..."
}

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 does not require the token header. It generates a token using the user ID directly.

Path Parameters

userId
string
required
The user ID to generate a token for.

Response

success
boolean
Whether the request was successful.
message
string
A human-readable result message.
token
string
The generated authentication token.
curl -X GET https://api.linkedcamp.com/users/60f7a1b2c3d4e5f6a7b8c9d0
{
  "success": true,
  "message": "Token generated successfully!",
  "token": "U2FsdGVkX1..."
}