From twilio login output:
export TWILIO_API_KEY=an API Key created at twil.io/get-api-key
export TWILIO_API_SECRET=the secret for the API Key
But the UI at twil.io/get-api-key does not have an "API KEY" field. It has:
- FRIENDLY NAME
- SID
- KEY TYPE
- SECRET (obviously the secret).
Either:
- The dashboard and
twilio command should use the same term "API KEY SID" if that is what is meant, or some other term if something else is meant.
From
twilio loginoutput:export TWILIO_API_KEY=an API Key created at twil.io/get-api-key
export TWILIO_API_SECRET=the secret for the API Key
But the UI at twil.io/get-api-key does not have an "API KEY" field. It has:
Either:
twiliocommand should use the same term "API KEY SID" if that is what is meant, or some other term if something else is meant.