Sinch — messaging and voice
sinch/api · version 1
envs add sinch/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
SINCH_KEY_ID |
required | config | Sinch says the Key ID is a public identifier, also used as the client id, and safe to log and share internally. The variable name is convention; Sinch names the credential.. where to get it |
SINCH_KEY_SECRET |
required | secret | Sinch says the Key Secret is the private half, to be treated like a password, and viewable only when it is created.. where to get it |
SINCH_SERVICE_PLAN_ID |
optional | secret | For the older SMS API, which authenticates differently from the access keys above. Sinch states no sensitivity for it.. where to get it |
SINCH_API_TOKEN |
optional | secret | That older API's token. The dashboard hides it behind a reveal, which is a hint rather than a statement.. where to get it |