Discussions

Ask a Question
Back to All

different response formats in messages>receivers>individuals

Messages endpoint, the example in the docs state the receivers>individuals is supposed to be an array of strings. When querying however, it is returning a mix of string arrays and keyvaluepair objects.

"individuals": [
"######",
"######"
]

"individuals": {
"0": "######",
"1": "######",
"2": "######",
"3": "######"
}

What's the difference between these two response types?