addedOutput schema / properties
Added value: +{
+ "account_id": {
+ "description": "Your account id.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "api_key_prefix": {
+ "description": "Prefix of the key that authenticated this call. Never the key itself.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "created_at": {
+ "description": "Account creation time, ISO-8601 UTC.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "credits": {
+ "description": "Current balance.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "email": {
+ "description": "Contact address if one was given at signup.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Display name given at signup.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rate_limit": {
+ "description": "{limit, remaining, reset_epoch, reset_at, window_seconds} for the per-account window. Pace off `remaining`; limit 0 means limiting is disabled and remaining/reset are null.",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+}