{
"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\": \"