# Create a risk **POST /api/v2/risks** ## 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) - **account_uuid** (string) The UUID of the accounts who should own the risk. These must only be client accounts. - **level** (integer) The risk level of the clients risk assessment. Number between 1 and 1,000. Cannot be set with level_string - **level_string** (string) The risk level of the client as a string/text. Cannot be set with level. - **completed_at** (string(date)) Date of risk assessment completion. - **completed_by** (string(uuid)) Uuid of the employee that completed the risk assessment - **risk_assessment_provider** (string) Name of provider for the risk assessment - **time_horizon** (string) Time horizon: how long the risk assessment will last for the client. ## 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. - **level** (integer) The risk level of the clients risk assessment. Cannot be set with level_string - **level_string** (string) The risk level of the client as a string/text. Cannot be set with level. - **completed_at** (string) Date of risk assessment completion. - **completed_by** (object) Account of the employee that completed the risk assessment - **risk_assessment_provider** (string) Name of the risk assessment provider. - **time_horizon** (string) How long the risk assessment will last for the client. - **time_horizon_set_at** (string) The date the time_horizon was set. Can be used as a reference point against time horizon for users. - **account** (object) The account who owns the Risk. This may not be included when viewing all risks. Refer to the documentation to include this field. [Powered by Bump.sh](https://bump.sh)