6

In Twilio's API docs, sid is frequently used, for example, workflowSid.

Does the sid means secure id or not?

I did some search with no obvious answer.

Could anyone please point out what does sid means?

Tilak Putta
  • 758
  • 4
  • 18
Slacker
  • 177
  • 1
  • 9

3 Answers3

5

Newer documentation says it stands for "String Identifier":

https://www.twilio.com/docs/glossary/what-is-a-sid

(This was bugging me too. It's not mnemonically helpful to see an acronym everywhere without a sensible meaning of what it is)

"String ID" will have to do!

spechter
  • 2,058
  • 1
  • 17
  • 23
0

After Searching their documents a while ago because I was Looking For the same thing, SID Stands for "Security IDentifier"

https://support.twilio.com/hc/en-us/articles/223134387-What-is-a-Message-SID-

Brad
  • 159,648
  • 54
  • 349
  • 530
MidoZZX
  • 27
  • 7
-1

In Twilio App, SID means an unique identifier given for an account along with token to verify account details when executing an API, 's' here can be taken as 'sender'. SID can be taken as sender id.

'S' here can be taken as 'sender' or 'secure' or 'specific' or 'service'.

Tilak Putta
  • 758
  • 4
  • 18
  • 2
    Thanks for the super fast response, : ) I think your answer make sense, but could you please provide some official page confirming this? – Slacker Aug 18 '18 at 13:57