{ "info": { "_postman_id": "e2da8901-0e0b-4ec6-8583-7dd8ea66bef8", "name": "Amigo Account Auth API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:31.000Z", "updatedAt": "2026-07-28T01:00:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-e2da8901-0e0b-4ec6-8583-7dd8ea66bef8" }, "item": [ { "name": "v1", "item": [ { "name": "auth", "item": [ { "name": "me", "item": [ { "name": "Get auth info", "id": "c3fe03d7-f456-4be2-813f-cc43b827e801", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/auth/me", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "me" ] }, "description": "Return information about the currently authenticated API key, including expiration." }, "response": [ { "id": "2a4f8a1e-ed0f-48b6-9a6e-954c92ed8f7d", "name": "Successful Response", "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}}/v1/auth/me", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "me" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"key_id\": \"\",\n \"name\": \"\",\n \"expires_at\": \"\",\n \"expires_in_seconds\": \"\"\n}", "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "uid": "35240-2a4f8a1e-ed0f-48b6-9a6e-954c92ed8f7d" }, { "id": "5d5d6dbf-5783-4f96-a81b-3f07f90e77a5", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/me", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "me" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "uid": "35240-5d5d6dbf-5783-4f96-a81b-3f07f90e77a5" } ], "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "uid": "35240-c3fe03d7-f456-4be2-813f-cc43b827e801" } ], "id": "ec6371a0-b826-4f86-9838-5321b6d877f8", "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "uid": "35240-ec6371a0-b826-4f86-9838-5321b6d877f8" } ], "id": "a5329a9e-5959-42ab-8e6d-6206c3538b25", "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "uid": "35240-a5329a9e-5959-42ab-8e6d-6206c3538b25" } ], "id": "cce34ef4-48e0-4ae3-b29c-5c043ca1ccd9", "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "uid": "35240-cce34ef4-48e0-4ae3-b29c-5c043ca1ccd9" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }