Postman API Testing for CodeIgniter — a practical guide to Postman CodeIgniter API with clear examples you can reuse in real projects.
CodeIgniter Tutorial Series (63/74). Prefer one article? Read the complete CodeIgniter tutorial.
Short description
Use Postman to send GET/POST/PUT/DELETE, set Bearer tokens, and inspect status codes/JSON bodies.
Postman checklist
1. Create environment (baseUrl)
2. Add requests for each endpoint
3. Set Authorization header for JWT
4. Assert status code + JSON keys
5. Save as collection for team reuse