# Gire Public API (v3)

{% hint style="info" %}
**Create a test account to get started!**

[Test Account Setup](/api/v3/test-account-setup.md)
{% endhint %}

### Overview

This API allows for seamless integration of our services into your applications. Designed to support a range of functionalities that mirror our core platform features, you'll be able to:

* Create a PUD (with immediate return option)
* Get PUD details
* Edit a PUD
* Cancel a PUD
* Get a price estimate
* Use our webhooks to get updates on status changes

### Requirements

This API is for Gire customers. You can find your company's API token on your profile page:

> <https://giremobility.com/customer/profile>

If you run into any issues, please let us know: <tech@giremobility.com>

### Sections

{% content-ref url="/pages/pJhpPOiPtqusqQ5wOnOP" %}
[PUDs](/api/v3/puds.md)
{% endcontent-ref %}

{% content-ref url="/pages/dwx15VFJAydh78VkMRIi" %}
[Price](/api/v3/price.md)
{% endcontent-ref %}

{% content-ref url="/pages/66aquo5jveL5StMNo87M" %}
[Webhooks](/api/v3/webhooks.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://giremobility.gitbook.io/api/v3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
