List of all orders and their details
Last updated 1 year ago
User UUID
Successful response
Success message
Status of the request
Request ID
const response = await fetch('https://www.developer.metasky.me/api/v1/user/{user_uuid}/orders', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "all orders fetched", "data": { "order_uuids": [ "6498c6a3-4fe5-4303-bf85-9c0ddf509028", "7e0c3676-82c9-43dc-8678-61bc4aa7c72c" ] }, "status": "success", "request_id": "d5de1590-fcc6-452e-b3d0-55f7d0a30aa4" }