{"variable":[{"id":"baseUrl","key":"baseUrl","type":"string","name":"string","value":"http:\/\/api.idm.smartflowtech.org"}],"info":{"name":"SSO Server API Documentation","_postman_id":"0e91bbfb-ded1-480b-8dda-6ce15ff91f27","description":"This documentation provides all the information you will need to work with CUPID v2 API.\n    The application is built with Laravel 9 PHP framework & is systematically versioned (SEMVER) to replace CUPID API v1.","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"Endpoints","description":"","item":[{"name":"Login a user using personal access token","request":{"url":{"host":"{{baseUrl}}","path":"api\/auth\/login","query":[],"raw":"{{baseUrl}}\/api\/auth\/login"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"email\":\"error\",\"password\":\"quo\"}"},"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"Issue access & refresh tokens using oauth password grant type","request":{"url":{"host":"{{baseUrl}}","path":"api\/auth\/token","query":[],"raw":"{{baseUrl}}\/api\/auth\/token"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"email\":\"considine.iva@example.net\",\"password\":\"inventore\",\"client_id\":\"distinctio\",\"client_secret\":\"unde\",\"grant_type\":\"aut\",\"username\":\"voluptatibus\"}"},"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"Get the logged-in user","request":{"url":{"host":"{{baseUrl}}","path":"api\/user","query":[],"raw":"{{baseUrl}}\/api\/user"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":500,"body":"{\"message\":\"Invalid key supplied\"}","name":""}]},{"name":"Display a listing of the oauth client resource.","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/clients","query":[{"key":"term","value":"qui","description":"Search query parameter","disabled":false},{"key":"per_page","value":"7","description":"Items per page","disabled":false}],"raw":"{{baseUrl}}\/api\/oauth\/clients?term=qui&per_page=7"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Can also filter\/search by name, vendor or client application"},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Store a newly created resource in storage.","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/clients","query":[],"raw":"{{baseUrl}}\/api\/oauth\/clients"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"name\":\"dolor\",\"redirect\":\"adipisci\",\"vendor_id\":3,\"vendor_name\":\"maxime\",\"client_app\":\"dolore\"}"},"description":""},"response":[]},{"name":"Display the oauth client resource.","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/clients\/:id","query":[],"raw":"{{baseUrl}}\/api\/oauth\/clients\/:id","variable":[{"id":"id","key":"id","value":"nisi","description":"The Oauth client ID that was issued to the application instance"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Update the specified resource in storage.","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/clients\/:id","query":[],"raw":"{{baseUrl}}\/api\/oauth\/clients\/:id","variable":[{"id":"id","key":"id","value":"aliquam","description":"The Oauth client ID that was issued to the application instance"}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Delete the specified resource from storage.","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/clients\/:id","query":[],"raw":"{{baseUrl}}\/api\/oauth\/clients\/:id","variable":[{"id":"id","key":"id","value":"facilis","description":"The Oauth client ID that was issued to the application instance"}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Revoke oauth client access to the authentication server","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/revoke_client\/:id","query":[],"raw":"{{baseUrl}}\/api\/oauth\/revoke_client\/:id","variable":[{"id":"id","key":"id","value":"voluptas","description":"The Oauth client ID that was issued to the application instance"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Show the unencrypted secret key if the user provides the correct password to the account","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/display_secret\/:id","query":[],"raw":"{{baseUrl}}\/api\/oauth\/display_secret\/:id","variable":[{"id":"id","key":"id","value":"eum","description":"The ID of the display secret."},{"id":"client_id","key":"client_id","value":"quia","description":"The Oauth client ID that was issued to the application instance"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"password\":\"pariatur\"}"},"description":""},"response":[]},{"name":"Display a list of all oauth tokens issued to users. Can also filter\/search by users' name, email, vendor & client app","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/token_access_logs","query":[],"raw":"{{baseUrl}}\/api\/oauth\/token_access_logs"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Get application metrics for dashboard","request":{"url":{"host":"{{baseUrl}}","path":"api\/dashboard","query":[],"raw":"{{baseUrl}}\/api\/dashboard"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Blacklist a users' IP address","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/blacklist_ip\/:user_id\/:ip_address","query":[],"raw":"{{baseUrl}}\/api\/oauth\/blacklist_ip\/:user_id\/:ip_address","variable":[{"id":"user_id","key":"user_id","value":"18","description":"The user_id to whom this IP will be blocked"},{"id":"ip_address","key":"ip_address","value":"ut","description":"The IP address you want to block"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Logout a user","request":{"url":{"host":"{{baseUrl}}","path":"api\/auth\/logout","query":[],"raw":"{{baseUrl}}\/api\/auth\/logout"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":500,"body":"{\"message\":\"Invalid key supplied\"}","name":""}]},{"name":"Delete a token","request":{"url":{"host":"{{baseUrl}}","path":"api\/oauth\/delete_token\/:id","query":[],"raw":"{{baseUrl}}\/api\/oauth\/delete_token\/:id","variable":[{"id":"id","key":"id","value":"quod","description":"The ID of the token"}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Display a listing of vendor groups or search by name.","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/groups","query":[{"key":"term","value":"possimus","description":"Search query parameter","disabled":false},{"key":"per_page","value":"11","description":"Items per page","disabled":false}],"raw":"{{baseUrl}}\/api\/cupid\/groups?term=possimus&per_page=11"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":[{\"vendors\":[]},{\"vendors\":[]}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":20,\"to\":2,\"total\":2}}","name":"0"}]},{"name":"Create a new vendor group","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/groups","query":[],"raw":"{{baseUrl}}\/api\/cupid\/groups"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"name\":\"pariatur\",\"description\":\"aut\",\"active\":false}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"vendors\":[]}}","name":"0"}]},{"name":"Display a vendor group resource.","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/groups\/:id","query":[],"raw":"{{baseUrl}}\/api\/cupid\/groups\/:id","variable":[{"id":"id","key":"id","value":"quis","description":"The company group ID that was issued to the application instance"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"vendors\":[]}}","name":"0"}]},{"name":"Update a vendor group.","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/groups\/:id","query":[],"raw":"{{baseUrl}}\/api\/cupid\/groups\/:id","variable":[{"id":"id","key":"id","value":"4","description":"The vendor group ID that was issued to the application instance"}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"name\":\"sint\",\"description\":\"quia\",\"active\":false}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"vendors\":[]}}","name":"0"}]},{"name":"Delete a vendor group","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/groups\/:id","query":[],"raw":"{{baseUrl}}\/api\/cupid\/groups\/:id","variable":[{"id":"id","key":"id","value":"17","description":"The ID of the company group"}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Display a listing of the vendors or search by name, phone number, email, address, city, state, country.","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/vendors","query":[{"key":"term","value":"et","description":"Search query parameter","disabled":false},{"key":"per_page","value":"10","description":"Items per page","disabled":false}],"raw":"{{baseUrl}}\/api\/cupid\/vendors?term=et&per_page=10"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":[{\"id\":1,\"sm_company_id\":42,\"name\":\"BHN Logistics\",\"address\":\"Sagamu\",\"email\":\"Sourabh.sanganeria@tolaram.com\",\"phone_number\":\"08028268504\",\"country\":\"Nigeria\",\"state\":\"Ogun State\",\"city\":\"Sagamu\",\"postcode\":null,\"products_sold\":\"PMS,AGO\",\"payment_type\":\"neque\",\"contact_person\":\"Sourabh sanganeria\",\"registration_number\":\"1005\",\"status\":1,\"has_active_paga_account\":0,\"on_loyalty_program\":0,\"created_at\":\"2023-02-16T11:23:28.000000Z\",\"updated_at\":\"2023-09-22T11:49:33.000000Z\",\"deleted_at\":null},{\"id\":1,\"sm_company_id\":42,\"name\":\"BHN Logistics\",\"address\":\"Sagamu\",\"email\":\"Sourabh.sanganeria@tolaram.com\",\"phone_number\":\"08028268504\",\"country\":\"Nigeria\",\"state\":\"Ogun State\",\"city\":\"Sagamu\",\"postcode\":null,\"products_sold\":\"PMS,AGO\",\"payment_type\":\"neque\",\"contact_person\":\"Sourabh sanganeria\",\"registration_number\":\"1005\",\"status\":1,\"has_active_paga_account\":0,\"on_loyalty_program\":0,\"created_at\":\"2023-02-16T11:23:28.000000Z\",\"updated_at\":\"2023-09-22T11:49:33.000000Z\",\"deleted_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":20,\"to\":2,\"total\":2}}","name":"0"}]},{"name":"Create a new vendor","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/vendors","query":[],"raw":"{{baseUrl}}\/api\/cupid\/vendors"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"name\":\"quod\",\"sm_company_id\":15,\"address\":\"qui\",\"phone_number\":\"sed\",\"email\":\"dolorem\",\"country\":\"est\",\"state\":\"ducimus\",\"city\":\"in\",\"products_sold\":\"quia\",\"payment_type\":\"et\",\"has_active_paga_account\":true,\"status\":true,\"on_loyalty_program\":false,\"create_wallet\":false}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"id\":1,\"sm_company_id\":42,\"name\":\"BHN Logistics\",\"address\":\"Sagamu\",\"email\":\"Sourabh.sanganeria@tolaram.com\",\"phone_number\":\"08028268504\",\"country\":\"Nigeria\",\"state\":\"Ogun State\",\"city\":\"Sagamu\",\"postcode\":null,\"products_sold\":\"PMS,AGO\",\"payment_type\":\"neque\",\"contact_person\":\"Sourabh sanganeria\",\"registration_number\":\"1005\",\"status\":1,\"has_active_paga_account\":0,\"on_loyalty_program\":0,\"created_at\":\"2023-02-16T11:23:28.000000Z\",\"updated_at\":\"2023-09-22T11:49:33.000000Z\",\"deleted_at\":null}}","name":"0"}]},{"name":"Display a vendor resource.","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/vendors\/:id","query":[],"raw":"{{baseUrl}}\/api\/cupid\/vendors\/:id","variable":[{"id":"id","key":"id","value":"dolore","description":"The vendor ID that was issued to the application instance"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"id\":1,\"sm_company_id\":42,\"name\":\"BHN Logistics\",\"address\":\"Sagamu\",\"email\":\"Sourabh.sanganeria@tolaram.com\",\"phone_number\":\"08028268504\",\"country\":\"Nigeria\",\"state\":\"Ogun State\",\"city\":\"Sagamu\",\"postcode\":null,\"products_sold\":\"PMS,AGO\",\"payment_type\":\"neque\",\"contact_person\":\"Sourabh sanganeria\",\"registration_number\":\"1005\",\"status\":1,\"has_active_paga_account\":0,\"on_loyalty_program\":0,\"created_at\":\"2023-02-16T11:23:28.000000Z\",\"updated_at\":\"2023-09-22T11:49:33.000000Z\",\"deleted_at\":null}}","name":"0"}]},{"name":"Update a vendor.","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/vendors\/:id","query":[],"raw":"{{baseUrl}}\/api\/cupid\/vendors\/:id","variable":[{"id":"id","key":"id","value":"13","description":"The vendor ID that was issued to the application instance"}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"name\":\"labore\",\"sm_company_id\":8,\"address\":\"et\",\"phone_number\":\"nulla\",\"email\":\"non\",\"country\":\"fugit\",\"state\":\"consequatur\",\"city\":\"aut\",\"products_sold\":\"laborum\",\"payment_type\":\"ut\",\"has_active_paga_account\":true,\"status\":true,\"on_loyalty_program\":false,\"create_wallet\":false}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"id\":1,\"sm_company_id\":42,\"name\":\"BHN Logistics\",\"address\":\"Sagamu\",\"email\":\"Sourabh.sanganeria@tolaram.com\",\"phone_number\":\"08028268504\",\"country\":\"Nigeria\",\"state\":\"Ogun State\",\"city\":\"Sagamu\",\"postcode\":null,\"products_sold\":\"PMS,AGO\",\"payment_type\":\"neque\",\"contact_person\":\"Sourabh sanganeria\",\"registration_number\":\"1005\",\"status\":1,\"has_active_paga_account\":0,\"on_loyalty_program\":0,\"created_at\":\"2023-02-16T11:23:28.000000Z\",\"updated_at\":\"2023-09-22T11:49:33.000000Z\",\"deleted_at\":null}}","name":"0"}]},{"name":"Delete a vendor","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/vendors\/:id","query":[],"raw":"{{baseUrl}}\/api\/cupid\/vendors\/:id","variable":[{"id":"id","key":"id","value":"18","description":"The ID of the vendor"}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Get all the vendors(from CUPID DB)","request":{"url":{"host":"{{baseUrl}}","path":"api\/cupid\/get-all-vendors","query":[],"raw":"{{baseUrl}}\/api\/cupid\/get-all-vendors"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application\/json"},{"key":"access-control-allow-origin","value":"*"}],"code":401,"body":"{\"message\":\"Unauthenticated.\"}","name":""}]},{"name":"Update user profile & password","request":{"url":{"host":"{{baseUrl}}","path":"api\/profile\/update-profile\/:id","query":[],"raw":"{{baseUrl}}\/api\/profile\/update-profile\/:id","variable":[{"id":"id","key":"id","value":"2","description":"The ID of the user"}]},"method":"PATCH","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"name\":\"eos\",\"email\":\"langworth.emilie@example.com\",\"username\":\"ipsa\",\"gender\":\"Male\",\"phone\":\"molestiae\",\"current_password\":\"nemo\",\"password\":\"necessitatibus\"}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"title\":\"Dr.\",\"name\":\"Dr. Cristal Schuppe PhD\",\"email\":\"jeffery17@example.org\",\"username\":\"zemlak.joanny\",\"email_verified_at\":\"2023-10-06T09:57:06.000000Z\",\"phone\":\"1-219-436-7041\",\"avatar\":\"https:\\\/\\\/via.placeholder.com\\\/640x480.png\\\/00ffcc?text=illo\",\"is_admin\":false,\"is_vendor\":false,\"updated_at\":\"2023-10-06T09:57:06.000000Z\",\"created_at\":\"2023-10-06T09:57:06.000000Z\",\"id\":145}}","name":"0"}]},{"name":"Reset user password","request":{"url":{"host":"{{baseUrl}}","path":"api\/reset-password","query":[{"key":"email","value":"accusamus","description":"The user email","disabled":false}],"raw":"{{baseUrl}}\/api\/reset-password?email=accusamus"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Register a user to SSO","request":{"url":{"host":"{{baseUrl}}","path":"api\/register","query":[],"raw":"{{baseUrl}}\/api\/register"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"title\":\"qui\",\"name\":\"quas\",\"phone\":\"ratione\",\"email\":\"noemi86@example.org\",\"username\":\"esse\",\"gender\":\"Female\",\"newsletter\":false,\"active\":true,\"suspended\":false,\"is_admin\":false,\"is_vendor\":false}"},"description":"","auth":{"type":"noauth"}},"response":[]}]},{"name":"User Endpoints","description":"","item":[{"name":"Display a listing of the users or search by name, email, address, state, country.","request":{"url":{"host":"{{baseUrl}}","path":"api\/users","query":[{"key":"term","value":"officia","description":"Search query parameter","disabled":false},{"key":"per_page","value":"9","description":"Items per page","disabled":false}],"raw":"{{baseUrl}}\/api\/users?term=officia&per_page=9"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":[{\"title\":\"Prof.\",\"name\":\"Enola Cartwright\",\"email\":\"derick47@example.net\",\"username\":\"mack.kling\",\"email_verified_at\":\"2023-10-06T09:57:06.000000Z\",\"phone\":\"(602) 655-0415\",\"avatar\":\"https:\\\/\\\/via.placeholder.com\\\/640x480.png\\\/006622?text=iure\",\"is_admin\":false,\"is_vendor\":false,\"updated_at\":\"2023-10-06T09:57:06.000000Z\",\"created_at\":\"2023-10-06T09:57:06.000000Z\",\"id\":146},{\"title\":\"Mr.\",\"name\":\"Carmel Brekke\",\"email\":\"keith.watsica@example.org\",\"username\":\"demarco.upton\",\"email_verified_at\":\"2023-10-06T09:57:06.000000Z\",\"phone\":\"+19108517534\",\"avatar\":\"https:\\\/\\\/via.placeholder.com\\\/640x480.png\\\/0055bb?text=dicta\",\"is_admin\":false,\"is_vendor\":false,\"updated_at\":\"2023-10-06T09:57:06.000000Z\",\"created_at\":\"2023-10-06T09:57:06.000000Z\",\"id\":147}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":20,\"to\":2,\"total\":2}}","name":"0"}]},{"name":"Create a new user","request":{"url":{"host":"{{baseUrl}}","path":"api\/users","query":[],"raw":"{{baseUrl}}\/api\/users"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"title\":\"iure\",\"name\":\"neque\",\"phone\":\"aut\",\"email\":\"rossie.lesch@example.com\",\"username\":\"consequatur\",\"gender\":\"Female\",\"newsletter\":true,\"active\":true,\"suspended\":true,\"is_admin\":true,\"is_vendor\":false}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"title\":\"Miss\",\"name\":\"Ewell Macejkovic Sr.\",\"email\":\"graham.desiree@example.net\",\"username\":\"hdoyle\",\"email_verified_at\":\"2023-10-06T09:57:06.000000Z\",\"phone\":\"(706) 618-1130\",\"avatar\":\"https:\\\/\\\/via.placeholder.com\\\/640x480.png\\\/00ee22?text=enim\",\"is_admin\":false,\"is_vendor\":false,\"updated_at\":\"2023-10-06T09:57:06.000000Z\",\"created_at\":\"2023-10-06T09:57:06.000000Z\",\"id\":148}}","name":"0"}]},{"name":"Show a specified user.","request":{"url":{"host":"{{baseUrl}}","path":"api\/users\/:id","query":[],"raw":"{{baseUrl}}\/api\/users\/:id","variable":[{"id":"id","key":"id","value":"13","description":"The ID of the user"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"title\":\"Dr.\",\"name\":\"Arianna Pfeffer\",\"email\":\"anabelle90@example.org\",\"username\":\"alessia.pacocha\",\"email_verified_at\":\"2023-10-06T09:57:06.000000Z\",\"phone\":\"(762) 461-7237\",\"avatar\":\"https:\\\/\\\/via.placeholder.com\\\/640x480.png\\\/00bb55?text=quo\",\"is_admin\":false,\"is_vendor\":false,\"updated_at\":\"2023-10-06T09:57:06.000000Z\",\"created_at\":\"2023-10-06T09:57:06.000000Z\",\"id\":149}}","name":"0"}]},{"name":"Update the specified user","request":{"url":{"host":"{{baseUrl}}","path":"api\/users\/:id","query":[],"raw":"{{baseUrl}}\/api\/users\/:id","variable":[{"id":"id","key":"id","value":"14","description":"The ID of the user"}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\"title\":\"necessitatibus\",\"name\":\"ab\",\"phone\":\"velit\",\"email\":\"brittany81@example.org\",\"username\":\"dolores\",\"gender\":\"Female\",\"newsletter\":false,\"active\":true,\"suspended\":false,\"is_admin\":true,\"is_vendor\":false}"},"description":""},"response":[{"header":[],"code":200,"body":"{\"data\":{\"title\":\"Prof.\",\"name\":\"Scarlett Watsica\",\"email\":\"abe49@example.net\",\"username\":\"sawayn.isobel\",\"email_verified_at\":\"2023-10-06T09:57:06.000000Z\",\"phone\":\"+1-901-914-8850\",\"avatar\":\"https:\\\/\\\/via.placeholder.com\\\/640x480.png\\\/008811?text=voluptas\",\"is_admin\":false,\"is_vendor\":false,\"updated_at\":\"2023-10-06T09:57:06.000000Z\",\"created_at\":\"2023-10-06T09:57:06.000000Z\",\"id\":150}}","name":"0"}]},{"name":"Delete a user","request":{"url":{"host":"{{baseUrl}}","path":"api\/users\/:id","query":[],"raw":"{{baseUrl}}\/api\/users\/:id","variable":[{"id":"id","key":"id","value":"9","description":"The ID of the user"}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Permanently delete a user","request":{"url":{"host":"{{baseUrl}}","path":"api\/users\/f_del_user\/:id","query":[],"raw":"{{baseUrl}}\/api\/users\/f_del_user\/:id","variable":[{"id":"id","key":"id","value":"13","description":"The ID of the user"}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]}]}],"auth":{"type":"apikey","apikey":[{"key":"in","value":"header","type":"string"},{"key":"key","value":"Authorization","type":"string"}]}}