docs: clarify API access and SDK docs
This commit is contained in:
@@ -22,9 +22,9 @@ Requires Node 18+ or a custom `fetch` implementation.
|
||||
|
||||
## Getting API access
|
||||
|
||||
Socialhose API keys are provisioned by Socialhose. This SDK only consumes an existing key; it cannot create, rotate, or discover keys for you.
|
||||
See the repository [API access notes](../../../README.md#api-access) for subscription and key-provisioning details. This SDK only consumes an existing key; it cannot create, rotate, or discover keys for you.
|
||||
|
||||
Ask the Socialhose team or your account administrator for a Public API key and confirm which campaigns it can access. Then set it in your server environment:
|
||||
Use your provided Public API key and confirm which campaigns it can access. Then set it in your server environment:
|
||||
|
||||
```bash
|
||||
export SOCIALHOSE_API_KEY="sh_your_key_here"
|
||||
|
||||
Reference in New Issue
Block a user