### GET /v1/order/prices Source: https://api.markmonitor.com/certs/swagger/ssl-certs-api.html Retrieves pricing information for all available certificate types. ```APIDOC ## GET /v1/order/prices ### Description Get pricing information for all certificate types. ### Method GET ### Endpoint /v1/order/prices ``` -------------------------------- ### GET /v1/zone Source: https://api.markmonitor.com/dns/swagger/dns-api.html Search for DNS zones associated with the authenticated account. ```APIDOC ## GET /v1/zone ### Description Search for zones. ### Method GET ### Endpoint /v1/zone ``` -------------------------------- ### GET /v1/zone/{resourceId} Source: https://api.markmonitor.com/dns/swagger/dns-api.html Retrieve details for a specific DNS zone by its resource ID. ```APIDOC ## GET /v1/zone/{resourceId} ### Description Get a specific Zone. ### Method GET ### Endpoint /v1/zone/{resourceId} ### Parameters #### Path Parameters - **resourceId** (string) - Required - The unique identifier of the zone. ``` -------------------------------- ### GET /v1/organization Source: https://api.markmonitor.com/certs/swagger/ssl-certs-api.html Retrieves a page of organizations filtered by providerId or name. ```APIDOC ## GET /v1/organization ### Description Get a page of organizations by providerId or name. ### Method GET ### Endpoint /v1/organization ``` -------------------------------- ### GET /v1/group Source: https://api.markmonitor.com/auth/swagger/auth-api.html Retrieves a page of groups associated with an account user. ```APIDOC ## GET /v1/group ### Description Gets a page of groups associated to an account user. ### Method GET ### Endpoint /v1/group ``` -------------------------------- ### GET /v1/auth/refresh Source: https://api.markmonitor.com/auth/swagger/auth-api.html Refreshes a previously generated JWT that is passed in the authentication header. ```APIDOC ## GET /v1/auth/refresh ### Description Refreshes a previously generated JWT that is passed in the authentication header. ### Method GET ### Endpoint /v1/auth/refresh ``` -------------------------------- ### GET /v1/zone/{resourceId}/record Source: https://api.markmonitor.com/dns/swagger/dns-api.html Search for DNS records within a specific zone. ```APIDOC ## GET /v1/zone/{resourceId}/record ### Description Search for Records in a zone. ### Method GET ### Endpoint /v1/zone/{resourceId}/record ### Parameters #### Path Parameters - **resourceId** (string) - Required - The unique identifier of the zone. ``` -------------------------------- ### POST /v1/zone Source: https://api.markmonitor.com/dns/swagger/dns-api.html Create a new DNS zone. ```APIDOC ## POST /v1/zone ### Description Create a Zone. ### Method POST ### Endpoint /v1/zone ``` -------------------------------- ### POST /v1/auth/authenticate Source: https://api.markmonitor.com/auth/swagger/auth-api.html Authenticates an existing user in the system using their username and password. ```APIDOC ## POST /v1/auth/authenticate ### Description Authenticates an existing user in the system with username and password. ### Method POST ### Endpoint /v1/auth/authenticate ``` -------------------------------- ### POST /v1/zone/{resourceId}/record Source: https://api.markmonitor.com/dns/swagger/dns-api.html Create a new DNS record within a specific zone. ```APIDOC ## POST /v1/zone/{resourceId}/record ### Description Create a Record on a zone. ### Method POST ### Endpoint /v1/zone/{resourceId}/record ### Parameters #### Path Parameters - **resourceId** (string) - Required - The unique identifier of the zone. ``` -------------------------------- ### PATCH /v1/zone/{resourceId} Source: https://api.markmonitor.com/dns/swagger/dns-api.html Update an existing DNS zone. ```APIDOC ## PATCH /v1/zone/{resourceId} ### Description Update a Zone. ### Method PATCH ### Endpoint /v1/zone/{resourceId} ### Parameters #### Path Parameters - **resourceId** (string) - Required - The unique identifier of the zone. ``` -------------------------------- ### POST /v1/cert/parse Source: https://api.markmonitor.com/certs/swagger/ssl-certs-api.html Parses a list of Certificate Signing Requests (CSRs) and returns encoded certificate information. ```APIDOC ## POST /v1/cert/parse ### Description Parse a list of CSRs and get encoded cert info. ### Method POST ### Endpoint /v1/cert/parse ``` -------------------------------- ### DELETE /v1/zone/{resourceId} Source: https://api.markmonitor.com/dns/swagger/dns-api.html Delete a specific DNS zone. ```APIDOC ## DELETE /v1/zone/{resourceId} ### Description Delete a specific Zone. ### Method DELETE ### Endpoint /v1/zone/{resourceId} ### Parameters #### Path Parameters - **resourceId** (string) - Required - The unique identifier of the zone. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.