# TPS user beacon API response

Source: [https://docs.qualcomm.com/doc/80-42223-1/topic/user_beacon_api_response.html](https://docs.qualcomm.com/doc/80-42223-1/topic/user_beacon_api_response.html)

A successful Terrestrial Positioning Service (TPS) user beacon API request yields an
                HTTP 200 response status with no body in the response.

## Error responses

An improperly formatted API request yields an HTTP 400 response status with a
                response body as follows:

    {
      "error":
      {
        "errors":[
          {
            "domain":"global",
            "reason":"parseError",
            "message":"Parse Error"
          }
        ],
        "code":400,
        "message":"Parse Error"
      }
    }
    Copy to clipboard

Where:
- `domain` provides the classification for the associated error
                        response. Most observed domains are `global`,
                            `geolocation`, `usageLimits`, and
                            `internalServer`.
- `reason` describes the particular error type.
- `message` provides the short description of the error.

Last Published: Apr 27, 2026

Previous Topic
 
Sample TPS user beacon API request Next Topic

References