docs: clarify API access and SDK docs

This commit is contained in:
Mo Elzubeir
2026-05-29 14:57:34 -05:00
parent b33fd01182
commit a54cf5ca2f
4 changed files with 38 additions and 31 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ Type exports:
## Authentication
Socialhose API keys are provisioned by Socialhose or by your account administrator. This SDK consumes an existing key; it does not create or manage keys.
See the repository [API access notes](../../../README.md#api-access) for subscription and key-provisioning details. This SDK consumes an existing key; it does not create or manage keys.
Every request sends:
+2 -2
View File
@@ -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"