# Location Ping

## Location Ping

<mark style="color:green;">`POST`</mark> `https://api.therocketcad.com/api/1.1/wf/locationping?api_key=DEVELOPER_TESTING`

This endpoint allows you to ping the location of a user in your server

#### Query Parameters

| Name     | Type   | Description                                                                                                                |
| -------- | ------ | -------------------------------------------------------------------------------------------------------------------------- |
| api\_key | string | The API Key query parameter is required for all requests. API Keys can be generated from the Owner Panel > API Access tab. |

#### Request Body

| Name     | Type   | Description                           |
| -------- | ------ | ------------------------------------- |
| SteamHex | string | The Steam Hex of the User             |
| Street   | string | The Street Location of the User       |
| Cross    | string | The Cross Street Location of the User |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "success",
    "response": {
        "success": true,
        "message": "Successfully pinged location of 1 (123 x 123)",
        "requestID": "OZI8HG4CAPD4KNY"
    }
}
```

{% endtab %}
{% endtabs %}
