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.eyJzdWIiOjgwLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzgxMjc5Mzk2fQ.ZsVGzZv1tqRZaOqf1p1sSLTxW0vZUZo9utKJ6K44dUI
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/"afe1895688fa86375170e823d2a16009"
cache-control: max-age=0, private, must-revalidate
x-request-id: d894fa9d-6acf-4fe9-8843-a3bfc57778d7
x-runtime: 0.012619
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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoiRCIsImNmZyI6eyJjdXN0b21lcl9pZCI6NDIsImN1c3RvbWVyX3BvcnRhbF9hY2Nlc3NfcHJvZmlsZV9pZCI6NywiYWNjb3VudF9pZHMiOls0Niw0N10sImFsbG93X291dGdvaW5nX251bWJlcmxpc3RzX2lkcyI6WzIsM10sImFsbG93ZWRfaXBzIjpbIjEwLjIwLjMwLjQwIiwiMTEuMTIuMTMuMTQiXSwicHJvdmlzaW9uX2dhdGV3YXlfaWQiOjIyfSwiZXhwIjoxNzgxMjc5Mzk2fQ.LTeRWZnWZqNrEvJp0-7L_8TMOvDMdT7P76oPqoAkIM4",
      "expires-at": "2026-06-12T15:49:56.301Z"
    }
  }
}