---
title: "Get test credentials"
method: GET
path: "/v1/apps/{app_id}/test_credentials"
tags: ["Apps"]
---

# Get test credentials

`GET /v1/apps/{app_id}/test_credentials`

Get the test accounts and credentials for an app.

## Path parameters

- `app_id` string, required — The ID of the app.

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

The test accounts for the app.

- TestAccountsResponse — Response for listing test accounts for an app.
  - `data` TestAccount[], required
    - `created_at` string, required
    - `email` string, required
    - `id` string, required
    - `name` string, nullable
    - `otp_code` string, required
    - `phone_number` string, required
    - `updated_at` string, required

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/versions/bb2eb34156cc/schema)
