# Custom Objects

URL: https://www.agencytitan.com/docs/tag/custom-objects

Custom object definitions: the shape (fields) of your agency-defined record types.

## Operations

- `GET` `/v1/custom-objects` — [List custom objects](https://www.agencytitan.com/docs/tag/custom-objects/GET/v1/custom-objects.md)
- `POST` `/v1/custom-objects` — [Create a custom object definition](https://www.agencytitan.com/docs/tag/custom-objects/POST/v1/custom-objects.md)
- `DELETE` `/v1/custom-objects/{id}` — [Delete a custom object](https://www.agencytitan.com/docs/tag/custom-objects/DELETE/v1/custom-objects/{id}.md)
- `GET` `/v1/custom-objects/{id}` — [Get a custom object](https://www.agencytitan.com/docs/tag/custom-objects/GET/v1/custom-objects/{id}.md)
- `PATCH` `/v1/custom-objects/{id}` — [Update a custom object](https://www.agencytitan.com/docs/tag/custom-objects/PATCH/v1/custom-objects/{id}.md)
- `PATCH` `/v1/custom-objects/{id}/definition` — [Replace a custom object definition](https://www.agencytitan.com/docs/tag/custom-objects/PATCH/v1/custom-objects/{id}/definition.md)
- `POST` `/v1/custom-objects/{id}/duplicate` — [Duplicate a custom object](https://www.agencytitan.com/docs/tag/custom-objects/POST/v1/custom-objects/{id}/duplicate.md)
- `POST` `/v1/custom-objects/{id}/move` — [Move a custom object to a folder](https://www.agencytitan.com/docs/tag/custom-objects/POST/v1/custom-objects/{id}/move.md)
- `POST` `/v1/custom-objects/bulk/delete` — [Bulk delete custom objects in a folder](https://www.agencytitan.com/docs/tag/custom-objects/POST/v1/custom-objects/bulk/delete.md)
- `POST` `/v1/custom-objects/details` — [Get custom object details in a batch](https://www.agencytitan.com/docs/tag/custom-objects/POST/v1/custom-objects/details.md)

## Useful links

- Interactive page: https://www.agencytitan.com/docs/tag/custom-objects
- API reference home: https://www.agencytitan.com/docs/
- This page as Markdown: https://www.agencytitan.com/docs/tag/custom-objects.md
- Full API Markdown: https://api.agencytitan.com/v1/llms.txt
