{ "info": { "_postman_id": "18f366f5-4c59-4ecb-9601-8e330b8bde11", "name": "API Reference Accounts Auth API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-18f366f5-4c59-4ecb-9601-8e330b8bde11" }, "item": [ { "name": "v1", "item": [ { "name": "auth", "item": [ { "name": "validate", "item": [ { "name": "Validate current API key", "id": "fa17094e-8cbc-4bbd-8646-9741c2115b34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] }, "description": "Returns metadata for the current API key, including the subject type and granted public scopes. Use this endpoint to confirm a key is active before making scoped API requests.\n\n**[Required scope](/using-the-api/scopes/):** None\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" }, "response": [ { "id": "df52b096-db6b-4ce1-a388-ae941dbace28", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"active\": \"\",\n \"tokenType\": \"api_key\",\n \"subjectType\": \"user\",\n \"scopes\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-df52b096-db6b-4ce1-a388-ae941dbace28" }, { "id": "a5d7ed00-131b-4313-9702-7e5bb4a869b9", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-a5d7ed00-131b-4313-9702-7e5bb4a869b9" }, { "id": "4434f1db-574a-4fa6-b196-3e989706c56b", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-4434f1db-574a-4fa6-b196-3e989706c56b" }, { "id": "2eb9d1d8-7aab-45c6-9f0d-7dd6402dd3af", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-2eb9d1d8-7aab-45c6-9f0d-7dd6402dd3af" }, { "id": "97339d13-20ce-453e-9162-7d7936d8febe", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-97339d13-20ce-453e-9162-7d7936d8febe" }, { "id": "3ac88952-0124-4c3f-b436-521ff0969c49", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-3ac88952-0124-4c3f-b436-521ff0969c49" }, { "id": "93f4593a-649f-49a8-9f83-c4cef0cfc845", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-93f4593a-649f-49a8-9f83-c4cef0cfc845" }, { "id": "31e63810-f621-4ff7-a2a6-b1c7cead240f", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-31e63810-f621-4ff7-a2a6-b1c7cead240f" }, { "id": "648b39c2-181f-495c-8c07-0592af02365d", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-648b39c2-181f-495c-8c07-0592af02365d" }, { "id": "5b37daa1-59f6-4345-9b2c-71d27d3de81e", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-5b37daa1-59f6-4345-9b2c-71d27d3de81e" }, { "id": "c690a1bd-f8b7-4332-b444-5c90f0b7f5eb", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-c690a1bd-f8b7-4332-b444-5c90f0b7f5eb" }, { "id": "3332ee47-ddb7-4615-9079-97456ebb222e", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/auth/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "auth", "validate" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-3332ee47-ddb7-4615-9079-97456ebb222e" } ], "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-fa17094e-8cbc-4bbd-8646-9741c2115b34" } ], "id": "9ca00eae-e9b0-430f-b2b3-db0cc58a60b7", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-9ca00eae-e9b0-430f-b2b3-db0cc58a60b7" } ], "id": "6d6a9ae1-26d7-46be-aaf2-8f9a819fcdfb", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-6d6a9ae1-26d7-46be-aaf2-8f9a819fcdfb" } ], "id": "fa2162a1-90b7-4208-887c-aa15efb2846e", "createdAt": "2026-07-28T02:06:43.000Z", "updatedAt": "2026-07-28T02:06:43.000Z", "uid": "35240-fa2162a1-90b7-4208-887c-aa15efb2846e" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }