# Order

## Order

<mark style="color:blue;">`GET`</mark> `https://api.suble.io/projects/:projectId/floating_ips`

Order Floating ip

#### Path Parameters

| Name      | Type   | Description               |
| --------- | ------ | ------------------------- |
| projectId | string | Unique Id for the project |

#### Headers

| Name          | Type   | Description           |
| ------------- | ------ | --------------------- |
| Authorization | string | User or project token |

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

```
{
        "_id": ObjectId,
        "project": ObjectId,
        "ipv4": {
            "ip": String,
            "gateway": String,
            "subnet": String,
            "type": String
        },
        "ipv6: {
            "ip": String
        },
        "macaddress": String,
        "vm": ObjectId, //Nullable
        "name": String,
        "purpose": String,
        "price": Integer,
        "connected": String
}
```

{% endtab %}
{% endtabs %}
