# Get Customer Profile **GET /customers/{external_customer_id}/profile** Return the L2 CustomerProfile for a customer, scoped to the caller's org. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Http bearer ## Parameters ### Path parameters - **external_customer_id** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **org_id** (string) - **external_customer_id** (string) - **features** (object) - **signal_count** (integer) - **last_signal_at** (string | null) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)