Domanda di colloquio di Visa Inc.

Explain the headers and parameters in rest api calls.

Risposta di colloquio

Anonimo

21 apr 2026

Headers are metadata sent with the request or response. They tell the server how to process the request or give additional context. Parameters are data passed to the API to specify what you want. There are usually 3 major types: Path Parameters, Query Parameters, and Body Parameters