# Get the Unipass certificate **GET /api/v1/unipass/certificate** Get the Unipass certificate on the currently authenticated user. Returns 404 if there is no certificate. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **expires_at** (string) The expiry date of the certificate - **certificate_email** (string) The email address associated with the certificate - **certificate_serial_number** (string) The serial number of the certificate [Powered by Bump.sh](https://bump.sh)