/openapi/{version}/_openapi
Get the OpenAPI spec for a specific API version
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/_openapi' \
--header 'Authorization: Bearer <token>'
Modified at 2025-10-22 13:11:42