> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/http-apis/mobile-api.md).

# Mobile API

This document lists all available API endpoints grouped by functionality with details including method, path, and descriptions.

***

### `GET` /v2/owner

**Name**: owner

**Description**: Fetches data related to `owner`.

**Request Info:**

| Field    | Value       |
| -------- | ----------- |
| Method   | `GET`       |
| Endpoint | `/v2/owner` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/username/exists

**Name**: username exists

**Description**: Fetches data related to `exists`.

**Request Info:**

| Field    | Value                 |
| -------- | --------------------- |
| Method   | `GET`                 |
| Endpoint | `/v2/username/exists` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/owner/autocomplete

**Name**: username search autocomplete

**Description**: Fetches data related to `autocomplete`.

**Request Info:**

| Field    | Value                    |
| -------- | ------------------------ |
| Method   | `GET`                    |
| Endpoint | `/v2/owner/autocomplete` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `POST` /v2/owner

**Name**: owner

**Description**: Creates data related to `owner`.

**Request Info:**

| Field    | Value       |
| -------- | ----------- |
| Method   | `POST`      |
| Endpoint | `/v2/owner` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `PUT` /v2/owner

**Name**: owner

**Description**: Updates data related to `owner`.

**Request Info:**

| Field    | Value       |
| -------- | ----------- |
| Method   | `PUT`       |
| Endpoint | `/v2/owner` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `DELETE` /v2/owner

**Name**: owner

**Description**: Deletes data related to `owner`.

**Request Info:**

| Field    | Value       |
| -------- | ----------- |
| Method   | `DELETE`    |
| Endpoint | `/v2/owner` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/contact/wallets

**Name**: contact/wallets

**Description**: Fetches data related to `wallets`.

**Request Info:**

| Field    | Value                 |
| -------- | --------------------- |
| Method   | `GET`                 |
| Endpoint | `/v2/contact/wallets` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/wallet/active

**Name**: active wallet

**Description**: Fetches data related to `active`.

**Request Info:**

| Field    | Value               |
| -------- | ------------------- |
| Method   | `GET`               |
| Endpoint | `/v2/wallet/active` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/wallet/exist

**Name**: wallet/exist

**Description**: Fetches data related to `exist`.

**Request Info:**

| Field    | Value              |
| -------- | ------------------ |
| Method   | `GET`              |
| Endpoint | `/v2/wallet/exist` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/phone/exist

**Name**: phone/exist

**Description**: Fetches data related to `exist`.

**Request Info:**

| Field    | Value             |
| -------- | ----------------- |
| Method   | `GET`             |
| Endpoint | `/v2/phone/exist` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/wallet/list

**Name**: wallet/list

**Description**: Fetches data related to `list`.

**Request Info:**

| Field    | Value             |
| -------- | ----------------- |
| Method   | `GET`             |
| Endpoint | `/v2/wallet/list` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/allocation/list

**Name**: allocation/list

**Description**: Fetches data related to `list`.

**Request Info:**

| Field    | Value                 |
| -------- | --------------------- |
| Method   | `GET`                 |
| Endpoint | `/v2/allocation/list` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/allocation/exists

**Name**: allocation exists

**Description**: Fetches data related to `exists`.

**Request Info:**

| Field    | Value                   |
| -------- | ----------------------- |
| Method   | `GET`                   |
| Endpoint | `/v2/allocation/exists` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/download/7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994

**Name**: download nft collection meta json

**Description**: Fetches data related to `7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994`.

**Request Info:**

| Field    | Value                                                                           |
| -------- | ------------------------------------------------------------------------------- |
| Method   | `GET`                                                                           |
| Endpoint | `/v2/download/7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/download/fd303a0c8327e7769f6042e49e5c44a674b702c0eeb2611b787c71910d30aedb/col-img

**Name**: download nft collection image

**Description**: Fetches data related to `col-img`.

**Request Info:**

| Field    | Value                                                                                   |
| -------- | --------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                   |
| Endpoint | `/v2/download/fd303a0c8327e7769f6042e49e5c44a674b702c0eeb2611b787c71910d30aedb/col-img` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/download/74c5c7203253575a53c339a22fb8dd5915b01e0dc60566f39562a2ed81a3cf36/col-banner

**Name**: download nft banner image

**Description**: Fetches data related to `col-banner`.

**Request Info:**

| Field    | Value                                                                                      |
| -------- | ------------------------------------------------------------------------------------------ |
| Method   | `GET`                                                                                      |
| Endpoint | `/v2/download/74c5c7203253575a53c339a22fb8dd5915b01e0dc60566f39562a2ed81a3cf36/col-banner` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/download/7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994/1

**Name**: download nft meta json Copy

**Description**: Fetches data related to `1`.

**Request Info:**

| Field    | Value                                                                             |
| -------- | --------------------------------------------------------------------------------- |
| Method   | `GET`                                                                             |
| Endpoint | `/v2/download/7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994/1` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/download/7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994/1/img

**Name**: download nft image

**Description**: Fetches data related to `img`.

**Request Info:**

| Field    | Value                                                                                 |
| -------- | ------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                 |
| Endpoint | `/v2/download/7b99ce9d12fc583d6de9529ab6ba17c8319f1d654afa6bf9faf12e1042406994/1/img` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `POST` /v2/shareinfo

**Name**: shareinfo

**Description**: Creates data related to `shareinfo`.

**Request Info:**

| Field    | Value           |
| -------- | --------------- |
| Method   | `POST`          |
| Endpoint | `/v2/shareinfo` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/shareinfo/shared

**Name**: shareinfo shared

**Description**: Fetches data related to `shared`.

**Request Info:**

| Field    | Value                  |
| -------- | ---------------------- |
| Method   | `GET`                  |
| Endpoint | `/v2/shareinfo/shared` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/shareinfo/received

**Name**: shareinfo received

**Description**: Fetches data related to `received`.

**Request Info:**

| Field    | Value                    |
| -------- | ------------------------ |
| Method   | `GET`                    |
| Endpoint | `/v2/shareinfo/received` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `DELETE` /v2/shareinfo

**Name**: shareinfo

**Description**: Deletes data related to `shareinfo`.

**Request Info:**

| Field    | Value           |
| -------- | --------------- |
| Method   | `DELETE`        |
| Endpoint | `/v2/shareinfo` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/chimney/deploy/1

**Name**: chimney deployment

**Description**: Fetches data

**Request Info:**

| Field    | Value                  |
| -------- | ---------------------- |
| Method   | `GET`                  |
| Endpoint | `/v2/chimney/deploy/1` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `DELETE` /v2/chimney/deploy/2

**Name**: chimney deployment

**Description**: Deletes data

**Request Info:**

| Field    | Value                  |
| -------- | ---------------------- |
| Method   | `DELETE`               |
| Endpoint | `/v2/chimney/deploy/2` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/blimp/deploy/1

**Name**: blimp deployment

**Description**: Fetches data

**Request Info:**

| Field    | Value                |
| -------- | -------------------- |
| Method   | `GET`                |
| Endpoint | `/v2/blimp/deploy/1` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/blimp/deploy/allocation/39262c12469be1cc42f10db07c07267e9a508d4c1598df2409c1cfcf19b84d51

**Name**: blimp deployment from allocation

**Description**: Fetches data related to `39262c12469be1cc42f10db07c07267e9a508d4c1598df2409c1cfcf19b84d51`.

**Request Info:**

| Field    | Value                                                                                          |
| -------- | ---------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                          |
| Endpoint | `/v2/blimp/deploy/allocation/39262c12469be1cc42f10db07c07267e9a508d4c1598df2409c1cfcf19b84d51` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `DELETE` /v2/blimp/deploy/1

**Name**: blimp deployment

**Description**: Deletes data

**Request Info:**

| Field    | Value                |
| -------- | -------------------- |
| Method   | `DELETE`             |
| Endpoint | `/v2/blimp/deploy/1` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/migration/deploy/1

**Name**: s3migration deployment

**Description**: Fetches data

**Request Info:**

| Field    | Value                    |
| -------- | ------------------------ |
| Method   | `GET`                    |
| Endpoint | `/v2/migration/deploy/1` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/migration/deploy/allocation/23b39d63311ea290b6fa680cb1e8e3fd684a43c6e925ace107e290a8f1a9648

**Name**: s3migration deployment from allocation

**Description**: Fetches data related to `23b39d63311ea290b6fa680cb1e8e3fd684a43c6e925ace107e290a8f1a9648`.

**Request Info:**

| Field    | Value                                                                                             |
| -------- | ------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                             |
| Endpoint | `/v2/migration/deploy/allocation/23b39d63311ea290b6fa680cb1e8e3fd684a43c6e925ace107e290a8f1a9648` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `DELETE` /v2/migration/deploy/1

**Name**: s3migration deployment

**Description**: Deletes data

**Request Info:**

| Field    | Value                    |
| -------- | ------------------------ |
| Method   | `DELETE`                 |
| Endpoint | `/v2/migration/deploy/1` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/provider/brand

**Name**: provider brand

**Description**: Fetches data related to `brand`.

**Request Info:**

| Field    | Value                |
| -------- | -------------------- |
| Method   | `GET`                |
| Endpoint | `/v2/provider/brand` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/stripe/subscriptions

**Name**: subscriptions

**Description**: Fetches data related to `subscriptions`.

**Request Info:**

| Field    | Value                      |
| -------- | -------------------------- |
| Method   | `GET`                      |
| Endpoint | `/v2/stripe/subscriptions` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/stripe/payment-intents

**Name**: payment intents

**Description**: Fetches data related to `payment-intents`.

**Request Info:**

| Field    | Value                        |
| -------- | ---------------------------- |
| Method   | `GET`                        |
| Endpoint | `/v2/stripe/payment-intents` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/referral/code

**Name**: referral code

**Description**: Fetches data related to `code`.

**Request Info:**

| Field    | Value               |
| -------- | ------------------- |
| Method   | `GET`               |
| Endpoint | `/v2/referral/code` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/referral/count

**Name**: referral count

**Description**: Fetches data related to `count`.

**Request Info:**

| Field    | Value                |
| -------- | -------------------- |
| Method   | `GET`                |
| Endpoint | `/v2/referral/count` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/referral/userrank

**Name**: referral rank

**Description**: Fetches data related to `userrank`.

**Request Info:**

| Field    | Value                   |
| -------- | ----------------------- |
| Method   | `GET`                   |
| Endpoint | `/v2/referral/userrank` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/referral/topusers

**Name**: referral top users

**Description**: Fetches data related to `topusers`.

**Request Info:**

| Field    | Value                   |
| -------- | ----------------------- |
| Method   | `GET`                   |
| Endpoint | `/v2/referral/topusers` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `POST` /v2/referral/reward

**Name**: referral reward

**Description**: Creates data related to `reward`.

**Request Info:**

| Field    | Value                 |
| -------- | --------------------- |
| Method   | `POST`                |
| Endpoint | `/v2/referral/reward` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/getblobbers

**Name**: get blobber list

**Description**: Fetches data related to `getblobbers`.

**Request Info:**

| Field    | Value                                                                                               |
| -------- | --------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                               |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/getblobbers` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/getBlobber

**Name**: get blobber

**Description**: Fetches data related to `getBlobber`.

**Request Info:**

| Field    | Value                                                                                              |
| -------- | -------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                              |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/getBlobber` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/getBlobber

**Name**: get blobber Copy

**Description**: Fetches data related to `getBlobber`.

**Request Info:**

| Field    | Value                                                                                              |
| -------- | -------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                              |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/getBlobber` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d9/getMinerList

**Name**: get miner list

**Description**: Fetches data related to `getMinerList`.

**Request Info:**

| Field    | Value                                                                                                |
| -------- | ---------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                                |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d9/getMinerList` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d9/getSharderList

**Name**: get sharder list

**Description**: Fetches data related to `getSharderList`.

**Request Info:**

| Field    | Value                                                                                                  |
| -------- | ------------------------------------------------------------------------------------------------------ |
| Method   | `GET`                                                                                                  |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d9/getSharderList` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d9/nodeStat

**Name**: get minser/sharder

**Description**: Fetches data related to `nodeStat`.

**Request Info:**

| Field    | Value                                                                                            |
| -------- | ------------------------------------------------------------------------------------------------ |
| Method   | `GET`                                                                                            |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d9/nodeStat` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/validators

**Name**: get validator list

**Description**: Fetches data related to `validators`.

**Request Info:**

| Field    | Value                                                                                              |
| -------- | -------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                              |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/validators` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/get\_validator

**Name**: get validator

**Description**: Fetches data related to `get_validator`.

**Request Info:**

| Field    | Value                                                                                                 |
| -------- | ----------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                                 |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712d7/get_validator` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712e0/getAuthorizerNodes

**Name**: get authorizer list

**Description**: Fetches data related to `getAuthorizerNodes`.

**Request Info:**

| Field    | Value                                                                                                      |
| -------- | ---------------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                                      |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712e0/getAuthorizerNodes` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712e0/getAuthorizer

**Name**: get authorizer

**Description**: Fetches data related to `getAuthorizer`.

**Request Info:**

| Field    | Value                                                                                                 |
| -------- | ----------------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                                 |
| Endpoint | `/sharder01/v1/screst/6dba10422e368813802877a85039d3985d96760ed844092319743fb3a76712e0/getAuthorizer` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /blobber01//v1/file/list/6c14d5912df2dd7ddc0ed2851e7e8c9dd8db56f326a1f5f584c50d79d4e90a0c

**Name**: get allocation file list

**Description**: Fetches data related to `6c14d5912df2dd7ddc0ed2851e7e8c9dd8db56f326a1f5f584c50d79d4e90a0c`.

**Request Info:**

| Field    | Value                                                                                       |
| -------- | ------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                       |
| Endpoint | `/blobber01//v1/file/list/6c14d5912df2dd7ddc0ed2851e7e8c9dd8db56f326a1f5f584c50d79d4e90a0c` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /blobber01//v1/file/list/6c14d5912df2dd7ddc0ed2851e7e8c9dd8db56f326a1f5f584c50d79d4e90a0c

**Name**: get allocation file list Copy

**Description**: Fetches data related to `6c14d5912df2dd7ddc0ed2851e7e8c9dd8db56f326a1f5f584c50d79d4e90a0c`.

**Request Info:**

| Field    | Value                                                                                       |
| -------- | ------------------------------------------------------------------------------------------- |
| Method   | `GET`                                                                                       |
| Endpoint | `/blobber01//v1/file/list/6c14d5912df2dd7ddc0ed2851e7e8c9dd8db56f326a1f5f584c50d79d4e90a0c` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

### `GET` /v2/twilio/phone/send

**Name**: twilio phone send

**Description**: Fetches data related to `send`.

**Request Info:**

| Field    | Value                   |
| -------- | ----------------------- |
| Method   | `GET`                   |
| Endpoint | `/v2/twilio/phone/send` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `POST` /v2/twilio/phone/verify/login

**Name**: twilio phone verify login

**Description**: Creates data related to `login`.

**Request Info:**

| Field    | Value                           |
| -------- | ------------------------------- |
| Method   | `POST`                          |
| Endpoint | `/v2/twilio/phone/verify/login` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `POST` /v2/twilio/phone/verify/signup

**Name**: twilio phone verify signup

**Description**: Creates data related to `signup`.

**Request Info:**

| Field    | Value                            |
| -------- | -------------------------------- |
| Method   | `POST`                           |
| Endpoint | `/v2/twilio/phone/verify/signup` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `GET` /v2/twilio/email/send

**Name**: twilio email send

**Description**: Fetches data related to `send`.

**Request Info:**

| Field    | Value                   |
| -------- | ----------------------- |
| Method   | `GET`                   |
| Endpoint | `/v2/twilio/email/send` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure

***

### `POST` /v2/twilio/email/verify

**Name**: twilio email verify

**Description**: Creates data related to `verify`.

**Request Info:**

| Field    | Value                     |
| -------- | ------------------------- |
| Method   | `POST`                    |
| Endpoint | `/v2/twilio/email/verify` |

**Response Codes:**

* `200 OK`: Success
* `400 Bad Request`: Client error
* `401 Unauthorized`: Authentication failure
