Sign in

Get API Root

documented

Root resource that links to primary Vision6 resources and token details.

GET /v1/API Rootno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$vision6_endpoint}}/v1/" \
  -X GET \
  -H "Authorization: Bearer {{VISION6_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"