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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0OCwiZXhwIjoxNzc2MzY1MjA3fQ.U3Idfw6R7V9Qhn1T3edFzcWpglcSbFvtvFstUuhj4_c
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: 88245f13-b8fb-4b79-8a2f-eb3b2382a52a
x-runtime: 0.007252
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
    }
  }
}