---
title: "List mobile push credentials"
method: GET
path: "/mobile_push_credentials"
tags: ["Push Credentials"]
---

# List mobile push credentials

`GET /mobile_push_credentials`

List mobile push credentials

## Query parameters

- `filter` object
  - `type` 'ios' | 'android' — type of mobile push credentials
  - `alias` string — Unique mobile push credential alias
- `page[number]` integer
- `page[size]` integer

## Response `200`

Mobile mobile push credentials

- ListPushCredentialsResponse — Mobile mobile push credentials
  - `data` PushCredential[]
    - `id` string, required — Unique identifier of a push credential
    - `certificate` string, required — Apple certificate for sending push notifications. For iOS only
    - `private_key` string, required — Apple private key for a given certificate for sending push notifications. For iOS only
    - `project_account_json_file` object, required — Google server key for sending push notifications. For Android only
    - `alias` string, required — Alias to uniquely identify a credential
    - `type` string, required — Type of mobile push credential. Either <code>ios</code> or <code>android</code>
    - `record_type` string, required
    - `created_at` string, date-time, required — ISO 8601 timestamp when the room was created
    - `updated_at` string, date-time, required — ISO 8601 timestamp when the room was updated.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `401` — Unauthorized request

---

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