# Get kyc status Get status of kyc Endpoint: GET /v2/partner/client/{client_id}/kycstatus/account/{account_id} Version: 2.0.0 Security: oAuth ## Path parameters: - `account_id` (string, required) The ID of requested account. Example: "49ad7378-121c-4a53-9894-dfd14a7b4877" - `client_id` (string, required) The ID of requested client. Example: "49ad7378-121c-4a53-9894-dfd14a7b4877" ## Response 200 fields (application/json): - `order` (boolean) are all expected kycs completed for orders to be allowed? - `withdrawal` (boolean) are all expected kycs completed for withdrawals to be allowed? ## Response 400 fields (application/json): - `error` (string, required) Error code Enum: "invalid_request" - `error_description` (string) Description of error ## Response 401 fields (application/json): - `error` (string, required) Error code Enum: "unauthorized" - `error_description` (string) Description of error ## Response 403 fields (application/json): - `error` (string, required) Error code Enum: "forbidden" - `error_description` (string) Description of error ## Response 404 fields (application/json): - `error` (string, required) Error code Enum: "not_found" - `error_description` (string) Description of error ## Response 500 fields (application/json): - `error` (string, required) Error code Enum: "server_error" - `error_description` (string) Description of error ## Response 503 fields (application/json): - `error` (string, required) Error code Enum: "service_unavailable" - `error_description` (string) Description of error