Microsoft SNDS

This API provides access to Microsoft SNDS data.

Get SNDS Address Info

Returns a list of all address summary records for an account. Each record is for a single address's summary data.

SecuritybasicAuth
Request
path Parameters
ip
required
string
query Parameters
Skip
required
integer

The record number to begin pagination with.

SortBy
required
string

Field name to sort by.

OrderBy
required
string

'asc' or 'desc' sorting.

Search
required
string

Value of the address to search

header Parameters
X-Mailgun-Account-Id
required
string

The account id

Responses
200

A 200 response

Response Schema: application/json
required
Array of objects
required
object
total
required
integer <int32>
400

A 400 response

404

A 404 response

500

A 500 response

get/v1/reputationanalytics/snds/{ip}
Request samples
Response samples
application/json
{
  • "summary": [
    • {
      }
    ]
}