---
title: "Retrieve a list of all push notification credentials on your account"
method: GET
path: "/v1/Credentials"
tags: ["ConversationsV1Credential"]
---

# Retrieve a list of all push notification credentials on your account

`GET /v1/Credentials`

Retrieve a list of all push notification credentials on your account

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `credentials` ConversationsV1Credential[]
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this credential.
    - `friendly_name` string, nullable — The human-readable name of this credential, limited to 64 characters. Optional.
    - `type` 'apn' | 'gcm' | 'fcm' — The type of push-notification service the credential is for. Can be: `fcm`, `gcm`, or `apn`.
    - `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.
    - `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.
    - `url` string, uri, nullable — An absolute API resource URL for this credential.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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