Filter
Filter-API
This endpoint allows users to filter service coverage information based on account number, service type, and zip code. It returns coverage details for specific services such as GRD, DGRD, or RETURN based on the input parameters.
GET
Authorizations
Query Parameters
This is the account number associated with the user or business requesting the coverage details. It is a required parameter in the query.
Example:
"AC0088"
Specifies the type of service for which coverage information is requested, such as RETURN, GRD, or DGRD.
Example:
"RETURN"
A comma-separated list of ZIP codes for which the user wants to check coverage. The ZIP codes must be URL-encoded.
Example:
"99260%2c99403"
Response
200 - application/json
Filter API request successful for GRD/DGRD/RETURN
Example:
[
{
"serviceType": "RETURN",
"zip": ["99260", "99403"]
}
]