Method: health

Check the health of the API or a specific service.

HTTP request

GET https://ads.wazeapis.com/v1/health

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
service

string

The full service name, such as waze.ads.v1.ReportService.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "status": enum (ServingStatus)
}
Fields
status

enum (ServingStatus)

ServingStatus

The serving status of the API.

Enums
SERVING_STATUS_UNSPECIFIED Serving status unspecified.
SERVING The API is available.
NOT_SERVING The API is unavailable.