Custom Csrs
List Custom CSRs
client.CustomCsrs.List(ctx, params) (*V4PagePaginationArray[CustomCsrListResponse], error)
GET/{accounts_or_zones}/{account_or_zone_id}/custom_csrs
Create Custom CSR
client.CustomCsrs.New(ctx, params) (*CustomCsrNewResponse, error)
POST/{accounts_or_zones}/{account_or_zone_id}/custom_csrs
Custom CSR Details
client.CustomCsrs.Get(ctx, customCsrID, query) (*CustomCsrGetResponse, error)
GET/{accounts_or_zones}/{account_or_zone_id}/custom_csrs/{custom_csr_id}
Delete Custom CSR
client.CustomCsrs.Delete(ctx, customCsrID, body) (*CustomCsrDeleteResponse, error)
DELETE/{accounts_or_zones}/{account_or_zone_id}/custom_csrs/{custom_csr_id}