---
title: "GET /v2/LinkShortening/Domains/{DomainSid}/Certificate"
method: GET
path: "/v2/LinkShortening/Domains/{DomainSid}/Certificate"
tags: ["MessagingV2DomainCerts"]
---

# GET /v2/LinkShortening/Domains/{DomainSid}/Certificate

`GET /v2/LinkShortening/Domains/{DomainSid}/Certificate`

## Path parameters

- `DomainSid` string, required

## Response `200`

OK

- MessagingV2DomainCertV4
  - `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.
  - `managed` boolean, nullable — Boolean field that indicates whether the certificate is managed by Twilio or uploaded by the customer.
  - `requesting` boolean, nullable — Boolean field that indicates whether a Twilio managed cert request is in progress or completed. True indicates a request is in progress and false indicates the request has completed or not requested yet.
  - `url` string, uri, nullable
  - `cert_in_validation` unknown

---

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