create new phone.systems session
POST /api/rest/customer/v1/phone-systems-sessions
Parameters
Name |
Description |
data[type]
|
Data type
|
data[attributes][service]
|
Service
|
Request
Headers
Route
POST /api/rest/customer/v1/phone-systems-sessions
Body
{"data":{"type":"phone-systems-sessions","attributes":{"service":"728b3211-8750-40c7-81c1-338b3cd63be7"}}}
Response
Headers
Status
201 Created
Body
{
"data": {
"id": "edf3e9a8-6c48-48cb-9235-dcfb7710f49b",
"type": "phone-systems-sessions",
"attributes": {
"phone-systems-url": "https://sandbox.phone.systems/authfrom=rspec&redirect_to=phone_systems&token=asdf.asdf.asdf"
}
}
}