get https://{region}-api.dotdigital.com/cpaas/sessions/
Responses
404The session was not found
404The session was not found
xxxxxxxxxx
curl --request GET \
--url https://r1-api.dotdigital.com/cpaas/sessions/id \
--header 'accept: application/json'
xxxxxxxxxx
24{
"id": "string",
"profileId": "string",
"deviceId": "string",
"platform": "android",
"platformVersion": "string",
"sdkType": "native",
"sdkVersion": "string",
"sourceIp": "string",
"isActive": true,
"startedOn": "2025-03-30T21:21:47.452Z",
"expiresOn": "2025-03-30T21:21:47.452Z",
"push": {
"apns": {
"bundleId": "string",
"environment": "development",
"token": "string"
},
"fcm": {
"package": "string",
"registrationId": "string"
}
}
}