# CustomCsrs

Types:

- <code><a href="./src/resources/custom-csrs.ts">CustomCsr</a></code>
- <code><a href="./src/resources/custom-csrs.ts">CustomCsrCreateResponse</a></code>
- <code><a href="./src/resources/custom-csrs.ts">CustomCsrListResponse</a></code>
- <code><a href="./src/resources/custom-csrs.ts">CustomCsrDeleteResponse</a></code>
- <code><a href="./src/resources/custom-csrs.ts">CustomCsrGetResponse</a></code>

Methods:

- <code title="post /{accounts_or_zones}/{account_or_zone_id}/custom_csrs">client.customCsrs.<a href="./src/resources/custom-csrs.ts">create</a>({ ...params }) -> CustomCsrCreateResponse</code>
- <code title="get /{accounts_or_zones}/{account_or_zone_id}/custom_csrs">client.customCsrs.<a href="./src/resources/custom-csrs.ts">list</a>({ ...params }) -> CustomCsrListResponsesV4PagePaginationArray</code>
- <code title="delete /{accounts_or_zones}/{account_or_zone_id}/custom_csrs/{custom_csr_id}">client.customCsrs.<a href="./src/resources/custom-csrs.ts">delete</a>(customCsrID, { ...params }) -> CustomCsrDeleteResponse</code>
- <code title="get /{accounts_or_zones}/{account_or_zone_id}/custom_csrs/{custom_csr_id}">client.customCsrs.<a href="./src/resources/custom-csrs.ts">get</a>(customCsrID, { ...params }) -> CustomCsrGetResponse</code>
