Overview

List API Documents in a namespace

GET/v1/apis/{namespace}
Features

List API documents in a namespace.

Input1
Authorizationheaderrequired
Your API key, sent as Authorization: Bearer YOUR_SCALAR_ACCESS_TOKEN.Sent from your browser straight to the API — never to Docsbook, never stored.
namespacestring · pathrequired
Responses
200Default Response
400Bad request
401No auth
403Forbidden
404Not found
422Invalid payload
500Uncaught error
Example input
curl 'https://access.scalar.com/v1/apis/{namespace}' \
  -H 'Authorization: Bearer YOUR_SCALAR_ACCESS_TOKEN'

Updated

Was this page helpful?