Skip to main content
GET
/
api
/
v1
/
orgs
/
permissions
Error
A valid request URL is required to generate request examples
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer tokens are used to authenticate from the UI. Must also specify x-tenant-id or x-organization-id (for org scoped apis).

Response

200 - application/json

Successful Response

name
string
required
description
string
required
access_scope
enum<string>
required
Available options:
organization,
workspace