krystal/go-katapult

View on GitHub
core/fixtures/invalid_api_token_error.json

Summary

Maintainability
Test Coverage
{
  "error": {
    "code": "invalid_api_token",
    "description": "The API token provided was not valid (it may not exist or have expired)",
    "detail": {}
  }
}