Phone Systems session API

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

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA3fQ.Ppmi4Q-5gFDTLDu_sYZCM3QP5nU5D2wyr24Fa7bP6dw
Host: example.org
Cookie: 

Route

POST /api/rest/customer/v1/phone-systems-sessions

Body

{"data":{"type":"phone-systems-sessions","attributes":{"service":"728b3211-8750-40c7-81c1-338b3cd63be7"}}}

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"f28d7cf3751cb2fe81a94d484d88d99f"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: c9ba9e68-39e8-488d-a265-99eb8e197417
X-Runtime: 0.041018
Content-Length: 215

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"
    }
  }
}