OutgoingNumberlist API

get specific entry

GET /api/rest/customer/v1/outgoing-numberlists/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0OSwiZXhwIjoxNzg0MzgwODU3fQ.CDwjyUbxCQwy6EE1Qxj6ybQcSKWIEQNBFGDD4VXAXOQ
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/outgoing-numberlists/21

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/"da9edc6e5d57b34ca215e8d3caa01351"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5cddc9cb-09f7-412d-bc4b-e4ad13aae003
x-runtime: 0.007427
content-length: 196

Status

200 OK

Body

{
  "data": {
    "id": "21",
    "type": "outgoing-numberlists",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/outgoing-numberlists/21"
    },
    "attributes": {
      "name": "test",
      "default-action-id": 1,
      "mode-id": 1
    }
  }
}