# Fetch domain cert v4 **GET /v1/LinkShortening/Domains/{DomainSid}/Certificate** ## Servers - https://messaging.twilio.com: https://messaging.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **DomainSid** (string) Unique string used to identify the domain that this certificate should be associated with. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **domain_sid** (string | null) The unique string that we created to identify the Domain resource. - **date_updated** (string(date-time) | null) Date that this Domain was last updated. - **date_expires** (string(date-time) | null) 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) | null) Date that this Domain was registered to the Twilio platform to create a new Domain object. - **domain_name** (string(uri) | null) Full url path for this domain. - **certificate_sid** (string | null) The unique string that we created to identify this Certificate resource. - **url** (string(uri) | null) - **cert_in_validation** (object | null) Optional JSON field describing the status and upload date of a new certificate in the process of validation [Powered by Bump.sh](https://bump.sh)