# Get a premium **GET /api/v1/plans/{plan_uuid}/premiums/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) - **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. - **transfer_type** (string) Transfer type - **date_of_transfer_valuation** (string) Date of transfer valuation - **date_advice_given** (string) Date advice given - **premium** (integer) The calculated premium amount which is received at frequency intervals - **premium_monthly** (integer) The calculated premium amount which is received as a monthly value - **premium_annually** (integer) The calculated premium amount which is received as an annual value - **total_premium_to_date** (integer) The total of this premium so far to current date or end date according to frequency - **amount** (integer) Premium amount in pennies. Either amount or percentage can be given in request - **percentage** (number) Premium percentage of the plans pensionable salary. Either amount or percentage can be given in request - **frequency** (string) Frequency of the premium - **source** (string) Premium source. Only required for pension plans - **payment_method** (string) Payment method - **start_date** (string) Start date - **end_date** (string) End date. Blank for ongoing - **pensionable_salary** (integer) The pensionable salary that was used to calculate percentage based premium - **details** (string) Details - **created_by** (object) Account that created this premium - **plan** (object) Plan this premium belongs to, only if included - **transferred_from_plan** (object) Plan this premium was transferred from - **transferred_from_plan_type** (string) Plan type this premium was transferred from if the actual plan is unknown - **transferred_from_plan_sub_type** (string) Plan sub type this premium was transferred from if the actual plan is unknown [Powered by Bump.sh](https://bump.sh)