Customer Management
End User Info
Get information about an end-user. An end_user is a customer (external user) of the proxy.
Parameters:
- end_user_id (str, required): The unique identifier for the end-user
Example curl:
curl -X GET 'http://localhost:4000/customer/info?end_user_id=test-litellm-user-4' -H 'Authorization: Bearer sk-1234'
get/customer/info
Query parameters
end_user_idstring required
End User ID in the request parameters
End User ID in the request parameters
Response
Successful Response
Changes
No recorded changes to this endpoint across all 25 revisions of this API.