Get services
GET {{baseUrl}}/services
Fetches a list of services used by Metronome and the associated IP addresses. IP addresses are not necessarily unique between services. In most cases, IP addresses will appear in the list at least 30 days before they are used for the first time.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"services":[{"name":"\u003cstring\u003e","usage":"accepts_connections_at","ips":["\u003cstring\u003e","\u003cstring\u003e"]},{"name":"\u003cstring\u003e","usage":"makes_connections_from","ips":["\u003cstring\u003e","\u003cstring\u003e"]}]}