REST API
A REST API is a web interface that uses HTTP verbs (GET, POST, PUT, DELETE) to perform CRUD operations on resources, commonly exchanging JSON data. CCNA's automation domain expects you to recognise REST characteristics, authentication types, and JSON structure.