Get Endpoint Schema
GetEndpointDetailGet 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path, e.g. /v1/shipment/in-progress or /v1/carriers/rates | |
| method | Yes | HTTP method: GET, POST, PUT, PATCH, or DELETE |