# Contacts Manage customer contacts ## Get contacts - [GET /api-get-contacts](https://wipsy.redocly.app/openapi/contacts/getcontacts.md): Retrieve customer contacts. Can get all contacts or a specific contact by ID. Requires API key authentication. ## Update a contact - [POST /api-update-contact](https://wipsy.redocly.app/openapi/contacts/updatecontact.md): Update contact information including name, email, phone, pipeline stage, and custom fields. Requires API key authentication.