{"info":{"_postman_id":"88ff14c3-eead-4dd4-923e-eb50ecee59d2","name":"Plant It API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11277551","collectionId":"88ff14c3-eead-4dd4-923e-eb50ecee59d2","publishedId":"UUy1g7zY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"263238","highlight":"4aae8c"},"publishDate":"2021-09-30T13:50:06.000Z"},"item":[{"name":"Register User","id":"14042a49-dba2-4832-b4e9-7d889aabc068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Deon\",\r\n    \"phone\": \"12345678912\",\r\n    \"email\": \"johndeon@gmail.com\",\r\n    \"password\":\"johndoe123\",\r\n    \"terms\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://plant-it-api.herokuapp.com/api/signup","urlObject":{"protocol":"https","path":["api","signup"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"815dbbb7-0599-4e8d-a846-b84c6f58d16b","name":"Register User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Deon\",\r\n    \"phone\": \"12345678912\",\r\n    \"email\": \"johndeon@gmail.com\",\r\n    \"password\":\"johndoe123\",\r\n    \"terms\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://plant-it-api.herokuapp.com/api/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 01 Oct 2021 12:36:03 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"name\": \"John Deon\",\n        \"phone\": \"12345678912\",\n        \"email\": \"johndeon@gmail.com\",\n        \"terms\": 1,\n        \"updated_at\": \"2021-10-01T12:36:03.000000Z\",\n        \"created_at\": \"2021-10-01T12:36:03.000000Z\",\n        \"id\": 45\n    },\n    \"token\": \"115|UgfnkelOd70m9adum1YJtZ52P8uT3VPMnY3hjr2L\"\n}"}],"_postman_id":"14042a49-dba2-4832-b4e9-7d889aabc068"},{"name":"Login User","id":"e24f2c1e-f616-4c47-b313-8cc3ab3a2a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"johndeon@gmail.com\",\r\n    \"password\":\"johndoe123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://plant-it-api.herokuapp.com/api/signin","urlObject":{"protocol":"https","path":["api","signin"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9aaae44e-19ae-4f07-af2b-e6725328c058","name":"Login User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"johndeon@gmail.com\",\r\n    \"password\":\"johndoe123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://plant-it-api.herokuapp.com/api/signin"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 01 Oct 2021 12:44:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 45,\n        \"name\": \"John Deon\",\n        \"email\": \"johndeon@gmail.com\",\n        \"email_verified_at\": null,\n        \"phone\": \"12345678912\",\n        \"terms\": 1,\n        \"created_at\": \"2021-10-01T12:36:03.000000Z\",\n        \"updated_at\": \"2021-10-01T12:36:03.000000Z\"\n    },\n    \"token\": \"125|Mg1u8f53IIUeEN8EzRu5IkElSxQWsGSHtWldjZn0\"\n}"}],"_postman_id":"e24f2c1e-f616-4c47-b313-8cc3ab3a2a4f"},{"name":"Logout User","id":"52493fd3-02ea-4f9b-aa1d-b2f52a14ad77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/logout","urlObject":{"protocol":"https","path":["api","logout"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c80ab657-6dfa-4cb8-86e6-474811f52058","name":"Logout User","originalRequest":{"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 01 Oct 2021 12:45:25 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Logged out\"\n}"}],"_postman_id":"52493fd3-02ea-4f9b-aa1d-b2f52a14ad77"},{"name":"Save Donations & Transanction","id":"181b0493-0de3-4311-9c92-9b22b90be8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number_tree\": \"2\",\r\n    \"tree_type\": \"iroko\",\r\n    \"date_actualized\": \"\",\r\n    \"date_donation\": \"2021\",\r\n    \"planting_area\": {\r\n    \"coordinates\": [\"01929\", \"29292\"],\r\n    \"name\": \"lagos\",\r\n    \"value\": \"lagos\"\r\n    },\r\n    \"amount\": \"8\",\r\n    \"currency\": \"USD\",\r\n    \"points\": {\r\n    \"earned\": 10,\r\n    \"redeemed\": false\r\n    },\r\n    \"tx_ref\": \"66237jsjhsdhjds77\",\r\n    \"flw_ref\": \"sdyuyusd77667wetyw\",\r\n    \"transanction_id\": \"7373hss\",\r\n    \"donation_id\": \"7435s\",\r\n    \"status\": \"successful\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://plant-it-api.herokuapp.com/api/donation","urlObject":{"protocol":"https","path":["api","donation"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"b94d8931-4a25-46ff-9d8a-2f1d505b3e5c","name":"Save Donations & Transanction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number_tree\": \"2\",\r\n    \"tree_type\": \"iroko\",\r\n    \"date_actualized\": \"\",\r\n    \"date_donation\": \"2021\",\r\n    \"planting_area\": {\r\n    \"coordinates\": [\"01929\", \"29292\"],\r\n    \"name\": \"lagos\",\r\n    \"value\": \"lagos\"\r\n    },\r\n    \"amount\": \"8\",\r\n    \"currency\": \"USD\",\r\n    \"points\": {\r\n    \"earned\": 10,\r\n    \"redeemed\": false\r\n    },\r\n    \"tx_ref\": \"66237jsjhsdhjds77\",\r\n    \"flw_ref\": \"sdyuyusd77667wetyw\",\r\n    \"transanction_id\": \"7373hss\",\r\n    \"donation_id\": \"7435s\",\r\n    \"status\": \"successful\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://plant-it-api.herokuapp.com/api/donation"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 03 Oct 2021 23:07:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Donation Successful"}],"_postman_id":"181b0493-0de3-4311-9c92-9b22b90be8f5"},{"name":"Get Reloadly Airtime Acess Token","id":"805f0f56-72c4-4bf9-9415-6191771ce34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/reloadly_airtime_access_token","urlObject":{"protocol":"https","path":["api","reloadly_airtime_access_token"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9cc0a198-1223-4ac5-898c-cf02e29ef34e","name":"Get Reloadly Airtime Acess Token","originalRequest":{"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/reloadly_airtime_access_token"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 01 Oct 2021 12:47:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"eyJraWQiOiIwMDA1YzFmMC0xMjQ3LTRmNmUtYjU2ZC1jM2ZkZDVmMzhhOTIiLCJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5NzYzIiwiaXNzIjoiaHR0cHM6Ly9yZWxvYWRseS5hdXRoMC5jb20vIiwiaHR0cHM6Ly9yZWxvYWRseS5jb20vc2FuZGJveCI6ZmFsc2UsImh0dHBzOi8vcmVsb2FkbHkuY29tL3ByZXBhaWRVc2VySWQiOiI5NzYzIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwiYXVkIjoiaHR0cHM6Ly90b3B1cHMtaHMyNTYucmVsb2FkbHkuY29tIiwibmJmIjoxNjMzMDA0MDg5LCJhenAiOiI5NzYzIiwic2NvcGUiOiJzZW5kLXRvcHVwcyByZWFkLW9wZXJhdG9ycyByZWFkLXByb21vdGlvbnMgcmVhZC10b3B1cHMtaGlzdG9yeSByZWFkLXByZXBhaWQtYmFsYW5jZSByZWFkLXByZXBhaWQtY29tbWlzc2lvbnMiLCJleHAiOjE2MzgxOTE2ODksImh0dHBzOi8vcmVsb2FkbHkuY29tL2p0aSI6IjkzNjRhYmIyLTY3NWMtNDA0MS1hMGMxLTc2ZGE4ZTc4OGJjMiIsImlhdCI6MTYzMzAwNDA4OSwianRpIjoiNTE3YmFiMzEtZDk0ZC00YWI5LWFhMjItYTVhY2UwN2E0ZWQwIn0._7ew2-R-QsE7xmY5TEUjQZpQNXLdQulkeghTmDQ4V4s\",\"scope\":\"send-topups read-operators read-promotions read-topups-history read-prepaid-balance read-prepaid-commissions\",\"expires_in\":5184000,\"token_type\":\"Bearer\"}"}],"_postman_id":"805f0f56-72c4-4bf9-9415-6191771ce34a"},{"name":"Get Reloadly Giftcard Acess Token","id":"7e43538c-b84b-40db-9e3e-9a1250e9bf93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/reloadly_giftcard_access_token","urlObject":{"protocol":"https","path":["api","reloadly_giftcard_access_token"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1b007b78-651d-4c32-8137-687019e1e252","name":"Get Reloadly Giftcard Acess Token","originalRequest":{"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/reloadly_giftcard_access_token"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 01 Oct 2021 12:47:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"eyJraWQiOiI5MTYxZDA4Zi05ODhjLTRiYjItYTI5NS03ODc5NmQ2MzJlM2YiLCJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5NzYzIiwiaXNzIjoiaHR0cHM6Ly9yZWxvYWRseS5hdXRoMC5jb20vIiwiaHR0cHM6Ly9yZWxvYWRseS5jb20vc2FuZGJveCI6ZmFsc2UsImh0dHBzOi8vcmVsb2FkbHkuY29tL3ByZXBhaWRVc2VySWQiOiI5NzYzIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwiYXVkIjoiaHR0cHM6Ly9naWZ0Y2FyZHMucmVsb2FkbHkuY29tIiwibmJmIjoxNjMzMDA0NDM2LCJhenAiOiI5NzYzIiwic2NvcGUiOiJkZXZlbG9wZXIiLCJleHAiOjE2MzgxOTIwMzYsImh0dHBzOi8vcmVsb2FkbHkuY29tL2p0aSI6IjJmMGI1NjA2LTkwNzktNDA5ZC04ZjkwLTc2YmQ2OGVmMDJkYyIsImlhdCI6MTYzMzAwNDQzNiwianRpIjoiODBkNTBlZjQtNGY4Yi00ZDI2LTk5N2UtODdjODczYzU0ZWE0In0.J_RjH4yBaGapADB1PtGcxuD9jnmsZhExc6PDAE2gqDM\",\"scope\":\"developer\",\"expires_in\":5184000,\"token_type\":\"Bearer\"}"}],"_postman_id":"7e43538c-b84b-40db-9e3e-9a1250e9bf93"},{"name":"Get Donations for a User","id":"38be0aa6-fc06-483c-8367-260df7fff243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/donation/{user_id}","urlObject":{"protocol":"https","path":["api","donation","{user_id}"],"host":["plant-it-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5f772186-4bfb-4775-9404-b5f884a87013","name":"Get Donations for a User","originalRequest":{"method":"GET","header":[],"url":"https://plant-it-api.herokuapp.com/api/donation/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Oct 2021 01:36:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": \"1\",\n        \"date_actualized\": null,\n        \"date_donation\": \"2021\",\n        \"donation_id\": \"7435s\",\n        \"number_tree\": \"2\",\n        \"transaction_id\": \"7373hss\",\n        \"tree_type\": \"iroko\",\n        \"points\": {\n            \"earned\": \"10\",\n            \"redeemed\": \"0\"\n        },\n        \"planting_area\": {\n            \"coordinates\": \"[\\\"01929\\\",\\\"29292\\\"]\",\n            \"name\": \"lagos\",\n            \"value\": \"lagos\"\n        }\n    },\n    {\n        \"user_id\": \"1\",\n        \"date_actualized\": null,\n        \"date_donation\": \"2021\",\n        \"donation_id\": \"7435s\",\n        \"number_tree\": \"2\",\n        \"transaction_id\": \"7373hss\",\n        \"tree_type\": \"iroko\",\n        \"points\": {\n            \"earned\": \"10\",\n            \"redeemed\": \"0\"\n        },\n        \"planting_area\": {\n            \"coordinates\": \"[\\\"01929\\\",\\\"29292\\\"]\",\n            \"name\": \"lagos\",\n            \"value\": \"lagos\"\n        }\n    }\n]"}],"_postman_id":"38be0aa6-fc06-483c-8367-260df7fff243"}]}