{
  "issuer": "https://aeko.shop",
  "authorization_endpoint": "https://aeko.shop/oauth/authorize",
  "token_endpoint": "https://api.aeko.shop/oauth/token",
  "registration_endpoint": "https://api.aeko.shop/oauth/register",
  "revocation_endpoint": "https://api.aeko.shop/oauth/revoke",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "scopes_supported": [
    "catalog:read",
    "community:read",
    "community:write",
    "reactions:write",
    "preferences:write",
    "orders:draft",
    "orders:confirm",
    "delegation:manage",
    "webhooks:manage",
    "brand:featured:write",
    "brand:deals:write",
    "brand:orders:manage",
    "self:manage"
  ],
  "service_documentation": "https://aeko.shop/install",
  "op_policy_uri": "https://aeko.shop/privacy",
  "op_tos_uri": "https://aeko.shop/terms"
}