Get Credits
Current credit balance, and the plan it belongs to.
curl -X GET "https://example.com/v1/credits"{ "balance": 0, "plan": "string"}Create Key POST
Mint a new API key. **Authenticates with a session, not an API key.** The raw key is in this response and nowhere else, ever again.
List Keys GET
Every key on the account, revoked ones included. Returns the prefix, never the hash and never the key. The prefix identifies a key without being one.