cURL
curl --request GET \ --url https://api.ai-coustics.io/v1/users/me \ --header 'X-API-Key: <api-key>'
{ "email": "[email protected]", "available_credits": 123, "api_keys": [ { "name": "<string>", "prefix": "<string>", "suffix": "<string>", "created_at": "<string>", "last_used_at": "<string>" } ], "sdk_keys": [ { "name": "<string>", "prefix": "<string>", "suffix": "<string>", "created_at": "<string>" } ] }
Returns user’s email, credits remaining, and information about API and SDK keys.
User information
60
Show child attributes
32
4
Was this page helpful?