Skip to main content
GET
/
dc
/
manifest
Supported Stores
curl --request GET \
  --url https://ds.cominty.com/dc/manifest \
  --header 'x-cominty-token: <api-key>'
[
  {
    "name": "<string>",
    "authenticator": {
      "kind": "<string>"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

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

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Response

200 - application/json

Successful Response

name
string
required
authenticator
AuthenticatorOut · object
required