# Create a check **POST /api/v1/account/{account_uuid}/check** ## 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 - **account_uuid** (string) ## Body parameters Content-type: application/json - **provider** (string) The name of the provider that ran the check. - **type** (string) The type of check, possible values are aml, smartdoc and fraud - **provider_reference** (string) The provider's unique identifier for the check. - **status** (string) The check's status at the current time, possible values are abandoned, active, archive, complete, expired, failed, lock, pending and processing - **outcome** (string) The check's outcome at the current time, possible values are pass, refer, fail, high_risk, medium_risk and low_risk - **via_integration** (boolean) Did this check originate via an integration or was it manually added. - **originally_ran_at** (string) The date that the check was originally ran ## Responses ### 201: #### Body Parameters: 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. - **last_webhook_at** (string) If via an integration, when was data last pulled through? - **originally_ran_at** (string) The date that the check was originally ran - **provider** (string) The name of the provider that ran the check. - **type** (string) The type of check, possible values are aml, smartdoc and fraud - **provider_reference** (string) The provider's unique identifier for the check. - **status** (string) The check's status at the current time, possible values are abandoned, active, archive, complete, expired, failed, lock, pending and processing - **outcome** (string) The check's outcome at the current time, possible values are pass, refer, fail, high_risk, medium_risk and low_risk - **via_integration** (boolean) Did this check originate via an integration or was it manually added. - **last_error** (string) The last error received on a failed check - **account** (object) Account this check belongs to - **firm** (object) Firm this check belongs to - **folder** (object) Folder this check has stored files in [Powered by Bump.sh](https://bump.sh)