Get Subscriber by SID
This request returns data for a subscriber, targeted by secure ID.
get | /subscribers/{sid} |
Sample Request
This is a sample GET request to retrieve a subscriber by secure ID:
curl -X GET \
'https://api.carrierx.com/conference/v1/subscribers/rB0M9.EzXfaO4keb-opANwfb7CHx1Ph1' \
-u '[your_user_name]:[your_password]'
Sample Response
200
status code with a serialized copy of the Subscriber object:
{
"authenticationToken": "MWMx0BU1YZE0MV==",
"created": 1586872518000,
"didGroupReferences": [],
"externalId": -1,
"firstName": "CarrierX",
"lastName": "",
"login": "test_carrierx_conference_135",
"parentSid": "zzpF93QCVvfYYJb2KdPSzGW6lqGLB3qm",
"role": 3,
"sid": "rB0M9.EzXfaO4keb-opANwfb7CHx1Ph1"
}
This request is enabled for Field Filtering.
Path Arguments
Parameter | Data Type | Description |
---|---|---|
sid required | string | The subscriber secure ID. |