{ "info": { "_postman_id": "b298e1d7-5788-449d-b80d-446e76711afd", "name": "API Reference Accounts Contacts API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:06:44.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-b298e1d7-5788-449d-b80d-446e76711afd" }, "item": [ { "name": "v1", "item": [ { "name": "contacts", "item": [ { "name": "definitions", "item": [ { "name": "Get contact field definitions", "id": "add3e23b-242b-4a61-bd71-ffde56097495", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] }, "description": "Returns the schema for all field and relationship definitions available on contacts, including both system-defined and custom fields. Useful for understanding the shape of contact data before creating or updating records. See [Fields and relationships](/using-the-api/fields-and-relationships/) for more details.\n\n**[Required scope](/using-the-api/scopes/):** `contacts:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" }, "response": [ { "id": "e6aa456b-f85c-475e-b9d0-70a8cb640e44", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"objectType\": \"\",\n \"fieldDefinitions\": {\n \"incididunt_dfa\": {\n \"label\": \"\",\n \"description\": \"\",\n \"valueType\": \"CURRENCY\",\n \"typeConfiguration\": {\n \"options\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n }\n ],\n \"currency\": \"\",\n \"unique\": \"\",\n \"multipleValues\": \"\",\n \"handleService\": \"INSTAGRAM\"\n },\n \"id\": \"\",\n \"readOnly\": \"\"\n },\n \"et_6\": {\n \"label\": \"\",\n \"description\": \"\",\n \"valueType\": \"TELEPHONE\",\n \"typeConfiguration\": {\n \"options\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n }\n ],\n \"currency\": \"\",\n \"unique\": \"\",\n \"multipleValues\": \"\",\n \"handleService\": \"INSTAGRAM\"\n },\n \"id\": \"\",\n \"readOnly\": \"\"\n },\n \"eiusmod341\": {\n \"label\": \"\",\n \"description\": \"\",\n \"valueType\": \"MARKDOWN\",\n \"typeConfiguration\": {\n \"options\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n }\n ],\n \"currency\": \"\",\n \"unique\": \"\",\n \"multipleValues\": \"\",\n \"handleService\": \"FACEBOOK\"\n },\n \"id\": \"\",\n \"readOnly\": \"\"\n }\n },\n \"relationshipDefinitions\": {\n \"est_2\": {\n \"label\": \"\",\n \"description\": \"\",\n \"cardinality\": \"HAS_MANY\",\n \"objectType\": \"\",\n \"id\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-e6aa456b-f85c-475e-b9d0-70a8cb640e44" }, { "id": "5a10c2b3-3930-4bdb-8f43-1b99d689bb9e", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-5a10c2b3-3930-4bdb-8f43-1b99d689bb9e" }, { "id": "013cf09e-76f0-445e-9dc9-a4fe8b437021", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-013cf09e-76f0-445e-9dc9-a4fe8b437021" }, { "id": "c6e620c8-e4d5-42c8-9d1c-0b4080291af6", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-c6e620c8-e4d5-42c8-9d1c-0b4080291af6" }, { "id": "0a9eb8bb-99e5-4a31-a392-b73a61b77248", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-0a9eb8bb-99e5-4a31-a392-b73a61b77248" }, { "id": "92a10748-1f9b-46ff-9f1f-4174da734057", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-92a10748-1f9b-46ff-9f1f-4174da734057" }, { "id": "4c7dd54a-6789-42ab-acfd-aa14ec771f7e", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-4c7dd54a-6789-42ab-acfd-aa14ec771f7e" }, { "id": "f0fbcf2d-c808-419e-bf2f-cb97e639a2d0", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-f0fbcf2d-c808-419e-bf2f-cb97e639a2d0" }, { "id": "1cbb1531-8596-4fb9-851a-20ae57f0d777", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-1cbb1531-8596-4fb9-851a-20ae57f0d777" }, { "id": "1febfdde-1c8f-4ec3-9e7b-c7e9e9e8bace", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-1febfdde-1c8f-4ec3-9e7b-c7e9e9e8bace" }, { "id": "262e2237-4ff8-46c5-86f9-94343de456ae", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-262e2237-4ff8-46c5-86f9-94343de456ae" }, { "id": "a4422cd1-07f1-46f5-ac93-f6e3496e6131", "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/contacts/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", "definitions" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-a4422cd1-07f1-46f5-ac93-f6e3496e6131" } ], "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-add3e23b-242b-4a61-bd71-ffde56097495" } ], "id": "1dfe45f1-848b-484d-a797-d1d0a8dd3704", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-1dfe45f1-848b-484d-a797-d1d0a8dd3704" }, { "name": "{id}", "item": [ { "name": "Update a contact", "id": "710add59-3832-49e0-a9da-8070e7dfd5e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "id": "d19086e7-c285-49c4-95e3-319616e85074", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Updates an existing contact by ID. Only included fields and relationships are modified.\n\nSupports idempotency via the `Idempotency-Key` header.\n\n**[Required scope](/using-the-api/scopes/):** `contacts:update`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "479f684c-f966-483a-8a3f-6b0192125882", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"id60\": {\n \"valueType\": \"TELEPHONE\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"cupidatat_6d6\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"ut_e_\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-479f684c-f966-483a-8a3f-6b0192125882" }, { "id": "b144dbf7-5b6d-418c-8ad1-a980d301a921", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-b144dbf7-5b6d-418c-8ad1-a980d301a921" }, { "id": "30be1045-161c-4418-9b88-2eb819c0ee2d", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-30be1045-161c-4418-9b88-2eb819c0ee2d" }, { "id": "3e94b8bb-457f-4421-9658-73e845d13a39", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-3e94b8bb-457f-4421-9658-73e845d13a39" }, { "id": "25ad39f8-5790-45ca-a7c6-8928f617a43b", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-25ad39f8-5790-45ca-a7c6-8928f617a43b" }, { "id": "ff3e33f2-044f-486f-8a17-58f0aad4b6cb", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-ff3e33f2-044f-486f-8a17-58f0aad4b6cb" }, { "id": "4e73be8a-54c6-4a99-a0b2-24872117d958", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-4e73be8a-54c6-4a99-a0b2-24872117d958" }, { "id": "2a2e1288-6e8e-4080-ade6-59505c56cca1", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-2a2e1288-6e8e-4080-ade6-59505c56cca1" }, { "id": "83de924e-4edf-459f-898e-3b5fc2a42407", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-83de924e-4edf-459f-898e-3b5fc2a42407" }, { "id": "40957691-0845-430b-8423-38957a189eb8", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-40957691-0845-430b-8423-38957a189eb8" }, { "id": "1de5233b-d906-4e16-a9c2-07cab33a2ac5", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-1de5233b-d906-4e16-a9c2-07cab33a2ac5" }, { "id": "bd337f9f-7cc8-4375-bbe7-c8998300b3f1", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"cupidatat8\": \"\",\n \"officia_a\": \"\",\n \"dolore_d8f\": \"\",\n \"veniam_d_\": \"\",\n \"sed__4a\": \"\"\n },\n \"relationships\": {\n \"$account\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"dolorfe\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-bd337f9f-7cc8-4375-bbe7-c8998300b3f1" } ], "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-710add59-3832-49e0-a9da-8070e7dfd5e0" }, { "name": "Retrieve a contact", "id": "d9a59410-7829-4478-978c-8351ba8d3ad1", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "id": "11801f41-0b9c-43b6-813a-10f69d23f088", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a single contact by its ID.\n\n**[Required scope](/using-the-api/scopes/):** `contacts:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" }, "response": [ { "id": "4bb29384-e426-438b-be32-c7df592a512a", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"id60\": {\n \"valueType\": \"TELEPHONE\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"cupidatat_6d6\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"ut_e_\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-4bb29384-e426-438b-be32-c7df592a512a" }, { "id": "02fa88da-c3c6-408f-aec4-1186f3c893eb", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-02fa88da-c3c6-408f-aec4-1186f3c893eb" }, { "id": "77c7783e-9041-484d-bd3a-90df11edbb18", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-77c7783e-9041-484d-bd3a-90df11edbb18" }, { "id": "d54a62a6-b531-4270-9bf3-0d084ade9514", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-d54a62a6-b531-4270-9bf3-0d084ade9514" }, { "id": "71113277-3e7a-4b87-9506-6b23c3a63b1d", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-71113277-3e7a-4b87-9506-6b23c3a63b1d" }, { "id": "d8493408-40df-46b8-a968-f914a35a4213", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-d8493408-40df-46b8-a968-f914a35a4213" }, { "id": "e6829321-65ed-4e49-b0cd-a28440b548bc", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-e6829321-65ed-4e49-b0cd-a28440b548bc" }, { "id": "2e08f368-5511-4b75-91ef-e5dfb2f34ca0", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-2e08f368-5511-4b75-91ef-e5dfb2f34ca0" }, { "id": "cc7cffe1-58a4-4c32-a88d-2822dfbe753a", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-cc7cffe1-58a4-4c32-a88d-2822dfbe753a" }, { "id": "19bfa1a9-58ca-4d9e-a871-f5aacb8c815e", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-19bfa1a9-58ca-4d9e-a871-f5aacb8c815e" }, { "id": "f701b7c4-f2ae-4dad-a924-d1451a43683a", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-f701b7c4-f2ae-4dad-a924-d1451a43683a" }, { "id": "53722d99-8d99-4bd4-b3fe-2f4cc90299f9", "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/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts", ":id" ], "variable": [ { "key": "id" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-53722d99-8d99-4bd4-b3fe-2f4cc90299f9" } ], "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-d9a59410-7829-4478-978c-8351ba8d3ad1" } ], "id": "a74d4c55-4377-4e2e-b0ec-398586710697", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-a74d4c55-4377-4e2e-b0ec-398586710697" }, { "name": "Create a contact", "id": "21aa27fd-b532-4a64-8cc9-850c95580114", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] }, "description": "Creates a new contact record.\n\nAfter creation, Lightfield automatically enriches the contact in the background.\n\nSupports idempotency via the `Idempotency-Key` header.\n\nTo avoid duplicates, we recommend a find-or-create pattern \u2014 use [list filtering](/using-the-api/list-endpoints/#filtering) to check if a record exists before creating.\n\n**[Required scope](/using-the-api/scopes/):** `contacts:create`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "8776471a-30ea-484f-bc63-327f38c0fb78", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"id60\": {\n \"valueType\": \"TELEPHONE\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"cupidatat_6d6\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"ut_e_\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-8776471a-30ea-484f-bc63-327f38c0fb78" }, { "id": "6ae65e36-9ff7-4346-8510-daa503424869", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-6ae65e36-9ff7-4346-8510-daa503424869" }, { "id": "92f1cc33-9e7a-4b7d-bb37-19169f8d53a7", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-92f1cc33-9e7a-4b7d-bb37-19169f8d53a7" }, { "id": "3eaf9d87-9a7e-4c39-b7ef-cf1f37151056", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-3eaf9d87-9a7e-4c39-b7ef-cf1f37151056" }, { "id": "d571da74-c44f-44bb-accb-53a3cd0670ed", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-d571da74-c44f-44bb-accb-53a3cd0670ed" }, { "id": "9da48fdc-4eb0-427a-b48a-be48f2d7b35b", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-9da48fdc-4eb0-427a-b48a-be48f2d7b35b" }, { "id": "1359fadd-23a8-4a61-89f8-64e00d94c29e", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-1359fadd-23a8-4a61-89f8-64e00d94c29e" }, { "id": "6f650cbb-d020-4be0-a625-373268967535", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-6f650cbb-d020-4be0-a625-373268967535" }, { "id": "73d27c8c-3d41-41c4-b3e2-076ee4c2680d", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-73d27c8c-3d41-41c4-b3e2-076ee4c2680d" }, { "id": "b888b359-f34c-47a1-b9ab-52af4443e14c", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-b888b359-f34c-47a1-b9ab-52af4443e14c" }, { "id": "c50b9075-4cbc-4b3a-93f6-2fc6fe050514", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-c50b9075-4cbc-4b3a-93f6-2fc6fe050514" }, { "id": "2bd7ede6-c860-4a4e-8523-d3ecbbde18d7", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"$email\": [\n \"\",\n \"\"\n ],\n \"$name\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"$profilePhotoUrl\": \"\",\n \"et7be\": \"\",\n \"animf10\": \"\",\n \"voluptate296\": \"\"\n },\n \"relationships\": {\n \"$account\": \"\",\n \"et_6\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-2bd7ede6-c860-4a4e-8523-d3ecbbde18d7" } ], "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-21aa27fd-b532-4a64-8cc9-850c95580114" }, { "name": "List contacts", "id": "a160ed76-199b-4627-badb-75e02c7868d9", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] }, "description": "Returns a paginated list of contacts. Use `offset` and `limit` to paginate through results, and `$field` query parameters to filter. See [List endpoints](/using-the-api/list-endpoints/) for more information about [pagination](/using-the-api/list-endpoints/#pagination) and [filtering](/using-the-api/list-endpoints/#filtering).\n\n**[Required scope](/using-the-api/scopes/):** `contacts:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Search" }, "response": [ { "id": "26b3caba-b0f2-4ecf-9c2d-9f3316912899", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"object\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"fugiat__49\": {\n \"valueType\": \"TEXT\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"ipsum_97e\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"minim_90\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n },\n {\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"Ut58\": {\n \"valueType\": \"EMAIL\",\n \"value\": \"\"\n },\n \"veniam01\": {\n \"valueType\": \"ADDRESS\",\n \"value\": \"\"\n },\n \"ad_4\": {\n \"valueType\": \"EMAIL\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"irure_7\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"aliquip414\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"irure_42\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"est__f\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-26b3caba-b0f2-4ecf-9c2d-9f3316912899" }, { "id": "51a181a1-8914-4159-a23f-dfa9a259ccd5", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-51a181a1-8914-4159-a23f-dfa9a259ccd5" }, { "id": "398d51a6-7922-47c0-ba57-398320068092", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-398d51a6-7922-47c0-ba57-398320068092" }, { "id": "852f5179-9823-4744-9739-421e45b02a8c", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-852f5179-9823-4744-9739-421e45b02a8c" }, { "id": "bb87af1b-cb61-42a2-af4f-d383a99782ff", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-bb87af1b-cb61-42a2-af4f-d383a99782ff" }, { "id": "f4e2e049-b53a-410b-9e74-56db54ecbf1e", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-f4e2e049-b53a-410b-9e74-56db54ecbf1e" }, { "id": "24439688-797e-4940-bf74-ca30821ca2ee", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-24439688-797e-4940-bf74-ca30821ca2ee" }, { "id": "c07f2a36-930b-4dd1-b7a9-8c3a9dff927e", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-c07f2a36-930b-4dd1-b7a9-8c3a9dff927e" }, { "id": "76b0bb10-cf2f-4e8b-9d38-e11eddd3aa51", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-76b0bb10-cf2f-4e8b-9d38-e11eddd3aa51" }, { "id": "b9c73af5-463a-4b28-a8cd-64cd917a07dd", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-b9c73af5-463a-4b28-a8cd-64cd917a07dd" }, { "id": "99d56970-fe76-453c-b1aa-d56a8d3af0fd", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-99d56970-fe76-453c-b1aa-d56a8d3af0fd" }, { "id": "8d621152-fb9a-46fe-acbe-d45a9c3d437f", "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/contacts?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contacts" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "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:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-8d621152-fb9a-46fe-acbe-d45a9c3d437f" } ], "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-a160ed76-199b-4627-badb-75e02c7868d9" } ], "id": "a4855f11-48b2-48a4-9ddf-176bf91cdd2d", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-a4855f11-48b2-48a4-9ddf-176bf91cdd2d" } ], "id": "c1b7ebac-3852-4860-a825-8c1b7dd23bc2", "createdAt": "2026-07-28T02:06:45.000Z", "updatedAt": "2026-07-28T02:06:45.000Z", "uid": "35240-c1b7ebac-3852-4860-a825-8c1b7dd23bc2" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }