Terminology Flashcards
1
Q
Endpoints:
A
API calls are directed to specific URLs called endpoints. Each endpoint corresponds to a particular resource or action in the API.
2
Q
Rate Limiting:
A
Rate limiting controls the number of API calls a client can make within a specific time frame to prevent abuse or overuse
3
Q
Authentication:
A
Many API calls require authentication to ensure that only authorized users or applications can access the requested resources.