{"files":{"SKILL.md":"---\nname: spec\ndescription: \"spec API skill. Use when working with spec for orders. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# spec\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.ote-godaddy.com\n\n## Setup\n1. No auth setup needed\n2. GET /v1/orders -- verify access\n\n## Endpoints\n\n2 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### orders\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/orders | Retrieve a list of orders for the authenticated shopper. Only one filter may be used at a time |\n| GET | /v1/orders/{orderId} | Retrieve details for specified order |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all orders?\" -> GET /v1/orders\n- \"Get order details?\" -> GET /v1/orders/{orderId}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- List endpoints may support pagination; check for limit, offset, or cursor params\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get spec -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search spec\n```\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api spec\n@base https://api.ote-godaddy.com\n@endpoints 2\n@toc orders(2)\n\n@endpoint GET /v1/orders\n@desc Retrieve a list of orders for the authenticated shopper. Only one filter may be used at a time\n@required {X-App-Key: any # A unique application key identifying the source of the request. This is required for request tracking}\n@optional {periodStart: any # Start of range indicating what time-frame should be returned. Inclusive, periodEnd: any # End of range indicating what time-frame should be returned. Inclusive, domain: any # Domain name to use as the filter of results, productGroupId: any # Product group id to use as the filter of results, paymentProfileId: any # Payment profile id to use as the filter of results, parentOrderId: any # Parent order id to use as the filter of results, offset: any # Number of results to skip for pagination, limit: any # Maximum number of items to return, sort: any # Property name that will be used to sort results. '-' indicates descending, X-Shopper-Id: any # Shopper ID to be operated on, if different from JWT<br/><b>Reseller subaccounts are not supported</b>}\n@returns(200) Request was successful\n@errors {400: Request was malformed, 401: Authentication info not sent or invalid, 403: Authenticated user is not allowed access, 429: Too many requests received within interval, 500: Internal server error, 504: Gateway timeout}\n\n@endpoint GET /v1/orders/{orderId}\n@desc Retrieve details for specified order\n@required {orderId: any # Order id whose details are to be retrieved, X-App-Key: any # A unique application key identifying the source of the request. This is required for request tracking}\n@optional {X-Shopper-Id: any # Shopper ID to be operated on, if different from JWT<br/><b>Reseller subaccounts are not supported</b>, X-Market-Id: any # Unique identifier of the Market in which the request is happening}\n@returns(200) Request was successful\n@errors {400: Request was malformed, 401: Authentication info not sent or invalid, 403: Authenticated user is not allowed access, 404: Resource not found, 429: Too many requests received within interval, 500: Internal server error, 504: Gateway timeout}\n\n@end\n"}}