---
title: "Get API Application"
method: GET
path: "/api/v1/api_applications/{id}"
tags: ["API Application"]
---

# Get API Application

`GET /api/v1/api_applications/{id}`

Gets the details of a specific API Application within an account. Supply the unique Application ID from either the Create API Application response or the API Application edit page.

## Path parameters

- `id` string, uuid, required — Unique identifier for the API Application.

## Response `200`

successful

- ApiApplicationResponse — API application details
  - `id` string, uuid, required
  - `name` string, required
  - `callback_urls` string[], nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `owner` object
    - `id` string, uuid, required
    - `account_id` string, uuid
    - `name` string, required
    - `email` string, email, required
  - `preferences` object
    - `button_text_color` string, nullable
    - `buttons_border_radius` integer
    - `custom_logo_file` string, nullable
    - `link_text_color` string, nullable
    - `primary_color` string, nullable

## Other responses

- `404` — not_found
- `429` — rate limit exceeded

---

[API](https://skmtc.net/signwell/apis/signwell-developer-api.md) · [All operations](https://skmtc.net/signwell/apis/signwell-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signwell/signwell-developer-api/revisions/debef5796b62/schema)
