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

# POST /v1/Credentials

`POST /v1/Credentials`

Add a new push notification credential to your account

## Response `201`

Created

- 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)
