Skip to main content
GET
/
me
Get authenticated identity
curl --request GET \
  --url https://productlane.com/api/v2/me \
  --header 'Authorization: Bearer <token>'
{
  "workspace_id": "<string>",
  "api_key_id": "<string>",
  "scopes": [
    "<string>"
  ],
  "linear_team_ids": [
    "<string>"
  ],
  "default_linear_team_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

workspace_id
string
required
api_key_id
string
required
scopes
string[]
required
linear_team_ids
string[]
required
default_linear_team_id
string | null
required