# Store the Unipass certificate **POST /api/v1/unipass/certificate** Store the Unipass certificate on the currently authenticated user. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **certificate_email** (string) The email that was used in the certificate - **certificate** (string) The multipart file containing the X509 certificate ## Responses ### 201 #### 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)