curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/proxy/openapi-spec \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sourceURL": "<string>"
}
'{}Returns the JSON document from a source URL.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/proxy/openapi-spec \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sourceURL": "<string>"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
URL to fetch the OpenAPI spec from
OpenAPI spec fetched successfully
The response is of type object.
Was this page helpful?