# Vehicle Search

## Vehicle Search

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

This endpoint allows you to search a vehicle

#### Request Body

| Name        | Type   | Description                                                             |
| ----------- | ------ | ----------------------------------------------------------------------- |
| CommunityID | string | The ID of the Community (Found on <https://therocketcad.com/integrate>) |
| ServerID    | string | The ID of the Server (Found on Owner Panel > FiveM Integration)         |
| Plate       | string | The plate of the vehicle                                                |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
Connection successful!
```

{% endtab %}
{% endtabs %}
