# Get Certificate **GET /certificates/{certificate}** Certificates are the proof of planting, and are used to show the impact of the tree planting. ## Servers - Production: https://api.protect.earth (Production) ## Parameters #### Path parameters - **certificate** (string(uuid)) ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (string(uuid)) - **brand** (string(slug) | null) - **recipientName** (string) - **personalisedMessage** (string | null) - **unitType** (string) - **numberOfUnits** (integer) - **unit** (object) - **organisation** (object) - **event** (object | null) ### 404: Certificate not found. #### Body Parameters: application/problem+json (object) - **type** (string) - **title** (string) - **status** (integer) - **detail** (string) - **instance** (string) [Powered by Bump.sh](https://bump.sh)