{ "info": { "_postman_id": "f2869643-1478-47d0-a8dd-ccba63944341", "name": "Spruce Health API \u2014 Contact Fields", "description": "Contact Fields operations of the Spruce Health API. Generated from the OpenAPI Spruce Health publishes for developer.sprucehealth.com.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "id": "f0f97b8f-f465-4331-b364-3d5bb288d0db", "name": "Contact Fields", "item": [ { "id": "26f10398-e513-4e33-8398-7b6ae8fbf003", "name": "List all organization contact fields available to the organization", "request": { "name": "List all organization contact fields available to the organization", "description": { "content": "This operation lists all organization contact fields. These fields appear on all contacts in the interface.", "type": "text/plain" }, "method": "GET", "url": { "raw": "{{baseUrl}}/contacts/fields", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "fields" ], "query": [ { "disabled": false, "key": "pageSize", "value": "" }, { "disabled": false, "key": "paginationToken", "value": "" } ], "variable": [] }, "header": [ { "key": "Authorization", "value": "Bearer {{bearerToken}}" } ] }, "response": [] }, { "id": "e5890bd1-a53d-4e6f-a08e-b2794cb0c0a6", "name": "Create an organization contact field", "request": { "name": "Create an organization contact field", "description": { "content": "This operation creates an organization contact field for the given organization. This field will appear on all contacts in the interface. Requesting creation of an already existing field will result in a `201` response and the response will contain the existing field.", "type": "text/plain" }, "method": "POST", "url": { "raw": "{{baseUrl}}/contacts/fields", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "fields" ], "query": [], "variable": [] }, "header": [ { "key": "s-idempotency-key", "value": "", "description": "A unique value generated by the client used to recognize subsequent retries of the same request. Idempotency keys can be up to 255 characters long." }, { "key": "Authorization", "value": "Bearer {{bearerToken}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sprucehealth.com/v1" } ] }