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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0OCwiZXhwIjoxNzY3MzU4MDM2fQ.MYNv4-lXcMIR7yjEadXTxnF71eyoJbArZBu-f2tOJEo
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: b120950c-94fd-4015-961d-8edbee8d28d7
x-runtime: 0.006867
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
    }
  }
}