# Custom Properties Custom Properties APIs ## List all custom properties - [GET /api/v1/custom_properties](https://docs.onboarded.com/openapi/custom-properties/listcustomproperties.md) ## Create a custom property - [POST /api/v1/custom_properties](https://docs.onboarded.com/openapi/custom-properties/createcustomproperty.md) ## Get a custom property by id - [GET /api/v1/custom_properties/{id}](https://docs.onboarded.com/openapi/custom-properties/getcustomproperty.md) ## Delete a custom property - [DELETE /api/v1/custom_properties/{id}](https://docs.onboarded.com/openapi/custom-properties/deletecustomproperty.md)