# Contacts

Manage contact details for signers and stakeholders.

## List contacts

 - [GET /contacts](https://developers.signable.app/openapi/contacts/listcontacts.md): Retrieves a paginated list of all contacts. Use offset and limit query parameters to control pagination.

## Create a contact

 - [POST /contacts](https://developers.signable.app/openapi/contacts/createcontact.md): Adds a new contact to your contact list.

## Get a contact

 - [GET /contacts/{contact_id}](https://developers.signable.app/openapi/contacts/getcontact.md): Retrieves details of a single contact by contact_id.

## Update a contact

 - [PUT /contacts/{contact_id}](https://developers.signable.app/openapi/contacts/updatecontact.md): Updates a contact's name or email address.

## Delete a contact

 - [DELETE /contacts/{contact_id}](https://developers.signable.app/openapi/contacts/deletecontact.md): Deletes a contact by their contact_id.

## List envelopes for a contact

 - [GET /contacts/{contact_id}/envelopes](https://developers.signable.app/openapi/contacts/listcontactenvelopes.md): Returns a paginated list of all envelopes that the contact is a recipient of. Each envelope includes basic metadata such as its current status, timestamps, and optional signed PDF link.

