#How to access headers from REST Api response?

1 messages · Page 1 of 1 (latest)

dusty sparrow
#

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 ?

quaint plover
#

Hi! You can access the response headers after an API call using {{<ApiName>.responseMeta.headers}}

dusty sparrow
#

👍 Thanks

untold sedge
#

How to access headers from REST Api response