{
  "issuer": "https://www.poster.ly",
  "authorization_endpoint": "https://www.poster.ly/oauth/authorize",
  "token_endpoint": "https://www.poster.ly/api/oauth/token",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "scopes_supported": [
    "accounts:read",
    "posts:read",
    "posts:write",
    "media:write",
    "analytics:read"
  ],
  "service_documentation": "https://www.poster.ly/reference",
  "op_policy_uri": "https://www.poster.ly/terms",
  "op_tos_uri": "https://www.poster.ly/terms"
}