{"info":{"name":"devstudioslab Mobile & Web REST API Suite","description":"Complete production-ready RESTful API suite for devstudioslab mobile apps (Flutter\/iOS\/Android\/React Native) and third-party frontend\/backend migrations.","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"01. Platform Meta & Config","item":[{"name":"Get App Config & Currency Rates","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/meta\/config"}}},{"name":"Get Public Platform Counters & Stats","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/meta\/stats"}}}]},{"name":"02. Authentication & Profile","item":[{"name":"Register User","request":{"method":"POST","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/auth\/register"},"body":{"mode":"raw","raw":"{\n    \"name\": \"Alex Developer\",\n    \"email\": \"alex@example.com\",\n    \"password\": \"Secret123!\",\n    \"password_confirmation\": \"Secret123!\",\n    \"phone\": \"+1 555-0199\",\n    \"emergency_contact\": \"+1 555-9999\",\n    \"blood_group\": \"O+\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"Login User (Issue Bearer Token)","request":{"method":"POST","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/auth\/login"},"body":{"mode":"raw","raw":"{\n    \"email\": \"alex@example.com\",\n    \"password\": \"Secret123!\",\n    \"device_name\": \"flutter_mobile_app\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"Get My Profile (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/auth\/me"}}},{"name":"Update Profile (Bearer Auth)","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/auth\/profile"},"body":{"mode":"raw","raw":"{\n    \"phone\": \"+1 555-8888\",\n    \"present_address\": \"123 Tech Blvd, Austin, TX\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"Logout (Revoke Bearer Token)","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/auth\/logout"}}}]},{"name":"03. Services & 3-Tier Pricing","item":[{"name":"List All Service Categories","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/services"}}},{"name":"Get Single Service with Tier Packages","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/services\/1"}}}]},{"name":"04. Portfolio & Projects","item":[{"name":"List Showcase Projects","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/projects"}}},{"name":"Get Single Project Details","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/projects\/1"}}}]},{"name":"05. Cost Estimator & Quotes","item":[{"name":"Calculate Price Estimate","request":{"method":"POST","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/quotes\/calculate"},"body":{"mode":"raw","raw":"{\n    \"category\": \"web-frontend\",\n    \"tier\": \"pro\",\n    \"timeline\": \"standard\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"Submit Project Quote Request","request":{"method":"POST","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/quotes\/submit"},"body":{"mode":"raw","raw":"{\n    \"category\": \"web-frontend\",\n    \"tier\": \"pro\",\n    \"timeline\": \"standard\",\n    \"client_name\": \"Jane Doe\",\n    \"client_email\": \"jane@company.com\",\n    \"estimated_price\": \"$249\",\n    \"project_brief\": \"Custom mobile-friendly website.\"\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"06. Appointments & Consultations","item":[{"name":"Get Available Slots","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/appointments\/availability"}}},{"name":"Book Discovery Session","request":{"method":"POST","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/appointments\/book"},"body":{"mode":"raw","raw":"{\n    \"name\": \"Jane Doe\",\n    \"email\": \"jane@company.com\",\n    \"service_interest\": \"Full-Stack Development\",\n    \"appointment_date\": \"2026-09-27\",\n    \"appointment_time\": \"02:00 PM\",\n    \"platform\": \"Google Meet\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"My Booked Appointments (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/appointments\/my"}}}]},{"name":"07. Orders & Milestones","item":[{"name":"List My Orders (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/orders"}}},{"name":"Get Order Details & Milestones (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/orders\/1"}}}]},{"name":"08. Invoices & Billing","item":[{"name":"List Invoices (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/invoices"}}},{"name":"Get Invoice Details (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/invoices\/1"}}}]},{"name":"09. Team Specialists","item":[{"name":"List Engineering Team","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/team"}}}]},{"name":"10. Technical Blog","item":[{"name":"List Blog Posts","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/posts"}}},{"name":"Get Post Details by Slug","request":{"method":"GET","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/posts\/sample-post"}}}]},{"name":"11. Mailbox & Contact","item":[{"name":"Send Contact \/ Support Message","request":{"method":"POST","url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/mailbox\/send"},"body":{"mode":"raw","raw":"{\n    \"name\": \"Client Name\",\n    \"email\": \"client@example.com\",\n    \"subject\": \"Project Inquiry\",\n    \"message\": \"Hello team, I need a quote for an enterprise mobile app.\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"My Message Threads (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/mailbox\/my"}}}]},{"name":"12. Partner & Referrals","item":[{"name":"Get Partner Stats & Earnings (Bearer Auth)","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https:\/\/devstudioslab.com\/api\/v1\/referrals\/stats"}}}]}]}