Retrieve headers
GET {{baseUrl}}/services/:serviceId/headers?path=<string>,<string>&name=<string>,<string>&value=<string>,<string>&cursor=<string>&limit=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
path | string | Filter for specific paths that headers apply to | |
name | string | Filter for header names | |
value | string | Filter for header values | |
cursor | string | Cursor to begin retrieving entries for this query | |
limit | number | Max number of items that can be returned |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"headers":{"path":"\u003cstring\u003e","name":"\u003cstring\u003e","value":"\u003cstring\u003e"},"cursor":"\u003cstring\u003e"},{"headers":{"path":"\u003cstring\u003e","name":"\u003cstring\u003e","value":"\u003cstring\u003e"},"cursor":"\u003cstring\u003e"}]