Customer Token API

create new entry

POST /api/rest/admin/customer-tokens

Parameters

Name Description
data[type] Resource type (customer-tokens)
data[attributes][allowed-ips] Allowed ips
data[attributes][customer-portal-access-profile-id] Customer portal access profile id
data[relationships][customer] Customer
data[relationships][accounts] Accounts
data[relationships][allow-outgoing-numberlists] Allow outgoing numberlists
data[relationships][provision-gateway] Provision gateway

Request

Headers

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

Route

POST /api/rest/admin/customer-tokens

Body

{"data":{"type":"customer-tokens","attributes":{"allowed-ips":["10.20.30.40","11.12.13.14"],"customer-portal-access-profile-id":7},"relationships":{"customer":{"data":{"type":"contractors","id":42}},"accounts":{"data":[{"type":"accounts","id":46},{"type":"accounts","id":47}]},"allow-outgoing-numberlists":{"data":[{"type":"numberlists","id":2},{"type":"numberlists","id":3}]},"provision-gateway":{"data":{"type":"gateways","id":22}}}}}

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
location: http://example.org/api/rest/admin/customer-tokens/42
vary: Accept
etag: W/"98ad4df2b6942a460c765428395d5b2b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 17724c93-33c2-43c3-83b1-0b05862f5db8
x-runtime: 0.011782
content-length: 574

Status

201 Created

Body

{
  "data": {
    "id": "42",
    "type": "customer-tokens",
    "links": {
      "self": "http://example.org/api/rest/admin/customer-tokens/42"
    },
    "attributes": {
      "token": "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoiRCIsImNmZyI6eyJjdXN0b21lcl9pZCI6NDIsImN1c3RvbWVyX3BvcnRhbF9hY2Nlc3NfcHJvZmlsZV9pZCI6NywiYWNjb3VudF9pZHMiOls0Niw0N10sImFsbG93X291dGdvaW5nX251bWJlcmxpc3RzX2lkcyI6WzIsM10sImFsbG93ZWRfaXBzIjpbIjEwLjIwLjMwLjQwIiwiMTEuMTIuMTMuMTQiXSwicHJvdmlzaW9uX2dhdGV3YXlfaWQiOjIyfSwiZXhwIjoxNzc2MzY1NzM1fQ.PKEt2_QNDt_NkRhBqxDkfm_hSgOKKuJVSWEEdGCqABE",
      "expires-at": "2026-04-16T18:55:35.517Z"
    }
  }
}