Credit balances
Retrieve the settings and credits of one or more accounts.
get/users
Query parameters
emailstring[]
The (case-insensitive) email address of the user whose profile to fetch; multiple addresses can be provided by repeating the key; profiles for all addresses are fetched by default.
[ "user@example.com" ]
Response
The account settings and credits.
Example response
[
{
"email": "user@example.com",
"credits": 1000
}
]