---
title: "List All Applications"
method: GET
path: "/api/v1/Account/{auth_id}/Application/"
tags: ["Applications"]
---

# List All Applications

`GET /api/v1/Account/{auth_id}/Application/`

Get details of all applications created under your Vobiz account.

## Path parameters

- `auth_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

List of applications

- object
  - `api_id` string, required
  - `meta` object, required
    - `limit` integer, required
    - `next` string, required
    - `offset` integer, required
    - `previous` unknown, required
    - `total_count` integer, required
  - `objects` object[], required
    - `answer_method` string, required
    - `answer_url` string, required
    - `app_id` string, required
    - `app_name` string, required
    - `application_type` string, required
    - `created_at` string, required
    - `default_app` boolean, required
    - `default_endpoint_app` boolean, required
    - `enabled` boolean, required
    - `fallback_answer_url` string, nullable, required
    - `fallback_method` string, required
    - `hangup_method` string, required
    - `hangup_url` string, required
    - `log_incoming_message` boolean, required
    - `message_method` string, required
    - `message_url` string, nullable, required
    - `public_uri` boolean, required
    - `resource_uri` string, required
    - `sip_transfer_method` string, required
    - `sip_transfer_url` unknown, required
    - `sip_uri` string, required
    - `sub_account` unknown, required
    - `updated_at` string, required

## Other responses

- `401` — Invalid credentials

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
