QorusDocs

get_endpoint_detail

Get the full schema for a specific Secureship API endpoint — all parameters, request body fields, response format, and authentication requirements. Use after SearchDocs identifies the right endpoint. Authentication uses the X-API-KEY header.

Remote secureship/docs

Other tools also called get_endpoint_detail? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Endpoint path, e.g. /v1/shipment/in-progress or /v1/carriers/rates"
    },
    "method": {
      "type": "string",
      "description": "HTTP method: GET, POST, PUT, PATCH, or DELETE"
    }
  }
}