# Ratecard Client Rate **GET /report/ratecard/clientrate** This API is to get client rate report. This is an authendicated API so we need to pass bearer token in request header to access the data. ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters #### Headers - **Authorization** (string) - **Accept** (string) #### Query parameters - **region** (number) Id of the region to filter report - **client** (number) Id of the client to filter report - **business_unit** (number) Id of the business unit to filter report - **job** (number) Id of job to filter report - **job_name** (string) Name of the job to filter report - **per_page** (number) Minimum value is 1 and maximum value is 100 ## Responses ### 200: OK #### Body Parameters: application/json (object) - **status** (string) - **data** (object) - **message** (string) ### : #### Body Parameters: application/json (object) - **status** (string) - **data** (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)