Config json sync gateway

How can we view contents of sync function through postman. We have a bucket password and we administer through postman using json file. But how can we view the same json file invoking a GET via postman?

FYI

for example, you can get config by

curl -X GET --header 'Accept: application/json' 'http://localhost:4985/sgdb/_config'

Notice: you need send this request on the Sync Gateway Server. Admin API can only access on the Sync Gateway server default.

Thank you for the info!