{"info":{"_postman_id":"5c8cde35-f831-46f9-a874-355c00ab67e8","name":"LinkLy","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50839173","collectionId":"5c8cde35-f831-46f9-a874-355c00ab67e8","publishedId":"2sBXqMKLEB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-08T02:58:55.000Z"},"item":[{"name":"get user","id":"7adf11a6-5aeb-4f20-9cee-6cf5c78c4d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://linkly-noda.onrender.com/","description":"<h2 id=\"get-user--api-health-check\">Get User / API Health Check</h2>\n<p>Sends a <code>GET</code> request to the root endpoint of the LinkLy API to verify that the server is up and reachable.</p>\n<h3 id=\"request-details\">Request Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Method</strong></td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Endpoint</strong></td>\n<td><code>/</code> (base URL)</td>\n</tr>\n<tr>\n<td><strong>Base URL</strong></td>\n<td><code>https://linkly-noda.onrender.com/</code></td>\n</tr>\n<tr>\n<td><strong>Authentication</strong></td>\n<td>None</td>\n</tr>\n<tr>\n<td><strong>Request Body</strong></td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<ul>\n<li><strong>Status:</strong> <code>200 OK</code></li>\n<li><strong>Body:</strong> <code>API is running...</code></li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<p>This request targets the root path of the LinkLy backend. It is primarily used as a <strong>health check</strong> to confirm that the API server is online and responding correctly before making further requests.</p>\n","urlObject":{"protocol":"https","path":[""],"host":["linkly-noda","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7adf11a6-5aeb-4f20-9cee-6cf5c78c4d46"},{"name":"post ragister users","id":"ce8635ad-8b85-44d6-85d5-3e92ef8cdd66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"jaydip\",\r\n    \"email\":\"jaydip123@gmail.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://linkly-noda.onrender.com/register","description":"<h2 id=\"register-user\">Register User</h2>\n<p>Creates a new user account in the LinkLy application by submitting the user's name, email address, and password.</p>\n<h3 id=\"request-details\">Request Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Method</strong></td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Endpoint</strong></td>\n<td><code>/register</code></td>\n</tr>\n<tr>\n<td><strong>Base URL</strong></td>\n<td><code>https://linkly-noda.onrender.com/register</code></td>\n</tr>\n<tr>\n<td><strong>Authentication</strong></td>\n<td>None</td>\n</tr>\n<tr>\n<td><strong>Content-Type</strong></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"jaydip\",\n    \"email\": \"jaydip123@gmail.com\",\n    \"password\": \"123456\"\n}\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>The full name of the user to register</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>A valid and unique email address for the account</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td>The password for the new account</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"expected-response\">Expected Response</h3>\n<ul>\n<li><strong>Status:</strong> <code>201 Created</code></li>\n<li><strong>Body:</strong> A JSON object confirming the newly created user or a success message.</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>The email address must be unique. Attempting to register with an already existing email may return a <code>400 Bad Request</code> or <code>409 Conflict</code> error.</li>\n<li>Passwords should be handled securely on the server side (e.g., hashed before storage).</li>\n<li>This endpoint does not require prior authentication.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["register"],"host":["linkly-noda","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce8635ad-8b85-44d6-85d5-3e92ef8cdd66"}]}