We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28f345 commit d256decCopy full SHA for d256dec
README.md
@@ -45,9 +45,10 @@ First, configure the client with your API key:
45
```ruby
46
FeedbackFace.configure do |config|
47
config.api_key = "your_api_key_here"
48
- config.account_id = "acct_123" # Optional: set default account
49
- # Optionally override the API base URL
50
- # config.api_base_url = "https://custom-api.feedbackface.com"
+ # 1. Go to https://feedbackface.com/accounts
+ # 2. Select an account
+ # 3. Find your account ID in the url in the format acct_123 (e.g. https://feedbackface.com/accounts/acct_123)
51
+ config.account_id = "acct_123"
52
end
53
```
54
0 commit comments