# Connect-CRM ## Docs - [Create a record](https://docs.connect-crm.com/api-reference/create-a-record.md): Creates a new record. This endpoint will throw on conflicts of unique attributes. - [Create an attribute](https://docs.connect-crm.com/api-reference/create-an-attribute.md): Creates a new attribute on either an object. - [Create an attribute option](https://docs.connect-crm.com/api-reference/create-an-attribute-option.md): Creates a new attribute option on either an object. - [Create an attribute stage](https://docs.connect-crm.com/api-reference/create-an-attribute-stage.md): Creates a new attribute stage on either an object. - [Create an object](https://docs.connect-crm.com/api-reference/create-an-object.md): Creates a new custom object in your workspace. - [Delete a custom attribute](https://docs.connect-crm.com/api-reference/delete-a-custom-attribute.md): Deletes a single custom attribute on a given object. - [Delete a custom object](https://docs.connect-crm.com/api-reference/delete-a-custom-object.md): Deletes a custom object. - [Delete a record](https://docs.connect-crm.com/api-reference/delete-a-record.md): Deletes a single record by ID. - [Get a list of options](https://docs.connect-crm.com/api-reference/get-a-list-of-options.md): Gets information about a single attribute options. - [Get a list of stages](https://docs.connect-crm.com/api-reference/get-a-list-of-stages.md): Gets information about a single attribute stages. - [Get a record](https://docs.connect-crm.com/api-reference/get-a-record.md): Gets a single object record by its ID. - [Get an attribute](https://docs.connect-crm.com/api-reference/get-an-attribute.md): Gets information about a single attribute on either an object. - [Get an object](https://docs.connect-crm.com/api-reference/get-an-object.md): Gets a single object by its id or slug. - [List attributes](https://docs.connect-crm.com/api-reference/list-attributes.md): Lists all attributes defined on a specific object. - [List objects](https://docs.connect-crm.com/api-reference/list-objects.md): Lists all system-defined and user-defined objects in your workspace. - [List records](https://docs.connect-crm.com/api-reference/list-records.md): Lists records, with the option to filter and sort results - [Update a record](https://docs.connect-crm.com/api-reference/update-a-record.md): Use this endpoint to update records by ID. - [Update an attribute](https://docs.connect-crm.com/api-reference/update-an-attribute.md): Updates a single attribute on a given object. - [Update an attribute option](https://docs.connect-crm.com/api-reference/update-an-attribute-option.md): Updates an attribute option on either an object. - [Update an attribute stage](https://docs.connect-crm.com/api-reference/update-an-attribute-stage.md): Updates an attribute stage on either an object. - [Update an object](https://docs.connect-crm.com/api-reference/update-an-object.md): Updates a single object. The object to be updated is identified by its ID. - [Authentication](https://docs.connect-crm.com/developers/authentication.md): How to generate access tokens and authenticate request to our Rest API. - [Developer Overview](https://docs.connect-crm.com/developers/overview.md): Complete guide to integrating with Connect-CRM's REST API for custom integrations and applications. - [Welcome to Connect-CRM](https://docs.connect-crm.com/index.md): Get started with Connect-CRM and discover how to connect your first integration in minutes. - [Zapier](https://docs.connect-crm.com/integrations/external/zapier.md): Get started with the Zapier integration in Connect-CRM. - [Google](https://docs.connect-crm.com/integrations/messaging-platforms/google.md): Get started with connecting the message platforms from Google in Connect-CRM. - [Meta](https://docs.connect-crm.com/integrations/messaging-platforms/meta.md): Get started with connecting the message platforms from Meta in Connect-CRM. - [Microsoft](https://docs.connect-crm.com/integrations/messaging-platforms/microsoft.md): Get started with connecting the message platforms from Microsoft in Connect-CRM. - [Manage](https://docs.connect-crm.com/workspace-management/manage.md): Organize your users in Connect-CRM - [Settings](https://docs.connect-crm.com/workspace-management/settings.md): This section covers workspace management settings in Connect-CRM. ## OpenAPI Specs - [openapi](https://docs.connect-crm.com/api-reference/openapi.json)