Guides
Guides

Get Platform Status for a specific service

You can use use the following request to get the Platform Status for a specific service. The location parameter is used in a GET request.

Procedure

Incorporate the following request into your code to get China information using the location parameter:

http
GET https://here.service-now.com/api/here/v1/status?location=China

Result

The following response is received:

json
{
  "result": {
    "status": "ok",
    "description": "all systems operational"
  }
}