Previous Topic: REST-based APINext Topic: Examples: HTTP Operations


HTTP Verbs

Where possible, CA ControlMinder REST API uses the following appropriate HTTP verbs for each action.

GET

Used for retrieving accounts, endpoints, and account requests.

POST

Used for creating accounts, endpoints, and account requests.

PUT

Used for updating accounts, endpoints, and account requests.

DELETE

Used for deleting accounts, endpoints, and account requests.