{
  "service": "Creditcrest API keys",
  "version": "1.0.0",
  "stores": "nothing",
  "how": "Send \"Authorization: Bearer <key>\". A call that takes a body needs a key; a call you could open as a link does not.",
  "kinds": {
    "cc_live_": "live: issued to a lender by Creditcrest",
    "cc_test_": "sandbox: anybody's, from POST /v1/keys/sandbox, for 30 days"
  },
  "endpoints": {
    "POST /v1/keys/sandbox": {
      "what": "A sandbox key, straight away, for 30 days. No account."
    },
    "GET /v1/keys/me": {
      "what": "What the key you sent is: its id, lender, mode, scopes and expiry. Never the key itself."
    }
  },
  "docs": "/developers/authentication"
}