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-llm-user-4'         -H 'Authorization: Bearer sk-1234'
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!