---
title: "GET /v1alpha1/auth/app_info"
method: GET
path: "/v1alpha1/auth/app_info"
tags: ["AuthService"]
---

# GET /v1alpha1/auth/app_info

`GET /v1alpha1/auth/app_info`

App info endpoint

## Response `200`

OK

- AppInfoResponse
  - `app` App — Identity Service App.
    - `id` string — A unique identifier for the App.
    - `name` string, required — A human-readable name for the App.
    - `description` string — A human-readable description for the App.
    - `type` 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_AGENT_A2A' | 'APP_TYPE_AGENT_OASF' | 'APP_TYPE_MCP_SERVER', enum, required — The type of the App.
    - `resolverMetadataId` string — The DID value
    - `apiKey` string — The API Key Secret for the App.
    - `status` 'APP_STATUS_UNSPECIFIED' | 'APP_STATUS_ACTIVE' | 'APP_STATUS_PENDING' | 'APP_STATUS_REVOKED', enum — The status of the App
    - `createdAt` string, date-time — CreatedAt records the timestamp of when the App was initially created

## Other responses

- `default` — Default error response

---

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