---
title: "Retrieves a mobile push credential"
method: GET
path: "/mobile_push_credentials/{push_credential_id}"
tags: ["Push Credentials"]
---

# Retrieves a mobile push credential

`GET /mobile_push_credentials/{push_credential_id}`

Retrieves mobile push credential based on the given `push_credential_id`

## Path parameters

- `push_credential_id` string, uuid, required

## Response `200`

Successful get mobile push credential response

- PushCredentialResponse — Success response with details about a push credential
  - `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.

## Other responses

- `401` — Unauthorized request
- `404` — Resource not found
- `422` — Unable to process request

---

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