Set request headers

HTTP headers let you pass additional information along with an API request, such as authentication parameters or the version of the API you want to use.

Check the API documentation to understand if you need to send any headers. You can also learn more about HTTP headers here.

Add a request header

  • On the create request screen, click "Headers".

  • Click "+ Add".

  • Enter the header name in the left-hand input and the value in the right-hand input.

  • You can use the "+" icon to use table values in the header.

Remove a request header

  • On the create request screen, click "Headers".

  • Click "-" next to the header you want to remove.

Last updated