# List Contact Lists **GET /contact_lists** Returns a paginated collection of contact lists. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **company_id** (string(uuid)) ID of your company or fund - **page** (integer) Page number ## Responses ### 200 Successfully retrieved contact lists #### Body: application/json (object) - **contact_lists** (array[object]) - **meta** (object) ### 400 Bad Request - The request is invalid or malformed #### Body: application/json (object) - **errors** (array[object]) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)