QorusDocs
list_endpoints
List all Secureship API endpoints, optionally filtered by category. Categories include: carriers, shipment, history, address-book, auth, account, users, invoices, pickups, documents, integrations, settings, dashboard. Use for discovery when you don't know which endpoint to search for.
Remote secureship/docs
Other tools also called list_endpoints?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"category": {
"type": [
"string",
"null"
],
"description": "Optional category filter, e.g. 'carriers' or 'address-book'. Omit to list all endpoints."
}
}
}