{ "info": { "_postman_id": "b756484e-8079-4e33-9bcc-aab1a4a80f45", "name": "Laravel Cloud Applications User API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-b756484e-8079-4e33-9bcc-aab1a4a80f45" }, "item": [ { "name": "user", "item": [ { "name": "Get user", "id": "ae04e0d3-f67a-40e1-91dd-9cbd424155e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] }, "description": "Show the authenticated user.\n\nProcessing mode: sync" }, "response": [ { "id": "30d5851c-2277-4e4e-b1f8-58a4d6235311", "name": "`UserResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"users\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-30d5851c-2277-4e4e-b1f8-58a4d6235311" }, { "id": "2ea40a42-89c3-4c5d-81ee-6fbb36712e00", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/user", "host": [ "{{baseUrl}}" ], "path": [ "user" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-2ea40a42-89c3-4c5d-81ee-6fbb36712e00" } ], "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-ae04e0d3-f67a-40e1-91dd-9cbd424155e9" } ], "id": "789456db-7067-4182-a40b-ffef3272997d", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-789456db-7067-4182-a40b-ffef3272997d" }, { "name": "me", "item": [ { "name": "Get user", "id": "626e56e0-8f5a-4326-bb4a-6ab20d9c2778", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/me", "host": [ "{{baseUrl}}" ], "path": [ "me" ] }, "description": "Show the authenticated user.\n\nProcessing mode: sync" }, "response": [ { "id": "23786f3a-9548-455a-b4a1-c2f73d26bca8", "name": "`UserResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/me", "host": [ "{{baseUrl}}" ], "path": [ "me" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"users\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-23786f3a-9548-455a-b4a1-c2f73d26bca8" }, { "id": "868cd1d5-2498-468b-bdfd-daf8cdae5faf", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/me", "host": [ "{{baseUrl}}" ], "path": [ "me" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-868cd1d5-2498-468b-bdfd-daf8cdae5faf" } ], "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-626e56e0-8f5a-4326-bb4a-6ab20d9c2778" } ], "id": "73832d0a-96e7-47eb-b3ec-e7cbd6cdb109", "createdAt": "2026-07-28T02:04:55.000Z", "updatedAt": "2026-07-28T02:04:55.000Z", "uid": "35240-73832d0a-96e7-47eb-b3ec-e7cbd6cdb109" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }