Location

Check for Updates

GET
/location/{serviceId}/updates

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

serviceId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/location/string/updates"
{}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}