---
title: "GET /v1/Credentials/{Sid}"
method: GET
path: "/v1/Credentials/{Sid}"
---

# GET /v1/Credentials/{Sid}

`GET /v1/Credentials/{Sid}`

Fetch a push notification credential from your account

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ConversationsV1Credential
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this credential.
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated.
  - `friendly_name` string, nullable — The human-readable name of this credential, limited to 64 characters. Optional.
  - `sandbox` string, nullable — [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `type` 'apn' | 'gcm' | 'fcm'
  - `url` string, uri, nullable — An absolute API resource URL for this credential.

---

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