Skip to main content
GET
/
api
/
v2
/
me
Get current context
curl --request GET \
  --url https://api.landerlab.dev/api/v2/me \
  --header 'X-API-Key: <api-key>'
{
  "organizationId": 123,
  "organization": {
    "id": 123,
    "name": "<string>"
  },
  "workspaces": [
    {
      "id": 123,
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Response

Current API key context

organizationId
number
required
organization
object
required
workspaces
object[]
required