#How to access headers from REST Api response?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hey all - wondering if the headers in the response are exposed somehow to use in an app ? An API is passing key metadata (as custom headers) that we want to render in a widget.
Is data the only property of a query run ?
Hi! You can access the response headers after an API call using {{<ApiName>.responseMeta.headers}}
👍 Thanks
How to access headers from REST Api response