Search gateways by name
GET/gateways
Returns a list of gateways that match the provided query parameters.
Provide either the name or address parameter. The address
parameter can be repeated to fetch multiple gateways in a single call.
Requests return HTTP 404 if the specified gateway does not exist.
When querying by address, missing gateways are skipped. If none of the requested gateways are found, the response is HTTP 404.
Name searches return up to 50 results ordered by text relevance. If one or more names match after ignoring capitalization and extra whitespace, only those exact-name matches are returned.
Request
Responses
- 200
List of Gateway