Skip to main content
POST
/
v1
/
fleet
/
auth-scopes
/
{scope_slug}
/
credentials
Error
A valid request URL is required to generate request examples
{
  "auth_type": "<string>",
  "bindings": [
    {
      "url": "<string>"
    }
  ],
  "created_at": "<string>",
  "description": "<string>",
  "display_name": "<string>",
  "id": "<string>",
  "scope_slug": "<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

X-API-Key
string
header
required

Path Parameters

scope_slug
string
required

Auth scope slug (currently only \

Response

Created

auth_type
string
bindings
object[]
created_at
string
description
string
display_name
string
id
string
scope_slug
string