---
title: "POST /v1/LinkShortening/Domains/{DomainSid}/Certificate"
method: POST
path: "/v1/LinkShortening/Domains/{DomainSid}/Certificate"
tags: ["MessagingV1DomainCerts"]
---

# POST /v1/LinkShortening/Domains/{DomainSid}/Certificate

`POST /v1/LinkShortening/Domains/{DomainSid}/Certificate`

## Path parameters

- `DomainSid` string, required

## Response `200`

OK

- MessagingV1DomainCertV4
  - `domain_sid` string, nullable — The unique string that we created to identify the Domain resource.
  - `date_updated` string, date-time, nullable — Date that this Domain was last updated.
  - `date_expires` string, date-time, nullable — Date that the private certificate associated with this domain expires. You will need to update the certificate before that date to ensure your shortened links will continue to work.
  - `date_created` string, date-time, nullable — Date that this Domain was registered to the Twilio platform to create a new Domain object.
  - `domain_name` string, uri, nullable — Full url path for this domain.
  - `certificate_sid` string, nullable — The unique string that we created to identify this Certificate resource.
  - `url` string, uri, nullable
  - `cert_in_validation` unknown

## Other responses

- `201` — Created

---

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