---
title: "GET /v1/Credentials"
method: GET
path: "/v1/Credentials"
---

# GET /v1/Credentials

`GET /v1/Credentials`

## Query parameters

- `PageSize` integer

## Response `200`

OK

- object
  - `credentials` NotifyV1Credential[]
    - `sid` string, nullable — The unique string that identifies the resource
    - `account_sid` string, nullable — The SID of the Account that created the resource
    - `friendly_name` string, nullable — The string that you assigned to describe the resource
    - `type` 'gcm' | 'apn' | 'fcm'
    - `sandbox` string, nullable — [APN only] Whether to send the credential to sandbox APNs
    - `date_created` string, date-time, nullable — The RFC 2822 date and time in GMT when the resource was created
    - `date_updated` string, date-time, nullable — The RFC 2822 date and time in GMT when the resource was last updated
    - `url` string, uri, nullable — The absolute URL of the Credential resource
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri
    - `url` string, uri
    - `key` string

---

[API](https://skmtc.dev/twilio/apis/notify-v1.md) · [All operations](https://skmtc.dev/twilio/apis/notify-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/notify-v1/revisions/df9264bfa4e9/schema)
