{"info":{"_postman_id":"eb5bdc70-53b3-418e-afec-972bb6681ffa","name":"CoinBase API Documentation","description":"<html><head></head><body><h2 id=\"api-endpoints-for-coinbase-exchange-app\">API Endpoints for Coinbase Exchange App</h2>\n<p>This collection contains the api endpoints for the coinbase exchange App</p>\n<p> It contains the following endpoints</p>\n<ul>\n<li>Register</li>\n<li>Login</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8801195","collectionId":"eb5bdc70-53b3-418e-afec-972bb6681ffa","publishedId":"SzzrZEXi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-25T17:50:40.000Z"},"item":[{"name":"Register","id":"2d816712-e43c-48de-a322-b9f2de88b6ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John Doe\",\n\t\"email\": \"test@test.com\",\n\t\"password\": \"test123\"\n}"},"url":"https://coinbase-devpro.herokuapp.com/api/users/register","description":"<p>Register Api Endpoint</p>\n","urlObject":{"protocol":"https","path":["api","users","register"],"host":["coinbase-devpro","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d816712-e43c-48de-a322-b9f2de88b6ef"},{"name":"Login","id":"1cb5f9e6-b3de-4a7d-b700-5028ee0e7671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"test@test.com\",\n\t\"password\": \"test123\"\n}"},"url":"https://coinbase-devpro.herokuapp.com/api/users/login","description":"<p>Login Api Endpoint</p>\n","urlObject":{"protocol":"https","path":["api","users","login"],"host":["coinbase-devpro","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cb5f9e6-b3de-4a7d-b700-5028ee0e7671"}]}