Describe an Anthid API endpoint
describe_anthid_endpointReturn the full reference for one endpoint: the authentication it accepts, every parameter with its type and example, the request body schema and example, and the response examples. Read this before writing a request rather than inferring the shape. Accepts a path ("/v1/orders"), a signature ("POST /v1/intents"), or an operation id ("submitIntent").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | HTTP method, when the endpoint is given as a bare path that serves several. | |
| endpoint | Yes | The path, signature, or operation id to describe. |