CallAuth API

Receive 500 validation error (Gateway is not found)

POST /api/rest/customer/v1/call-auth

Request

Headers

Accept: application/json
Content-Type: application/json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxMywiZXhwIjoxNzgxMjc4ODY1fQ.y9Y1wuJknmbstC-a0ehDNu9PcWDG_Y9tUcNImi7lJr0
Host: example.org
Cookie: 

Route

POST /api/rest/customer/v1/call-auth

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
cache-control: no-cache
x-request-id: 1fa7f73f-2605-42a4-a335-cae530f92815
x-runtime: 0.003705
content-length: 120

Status

500 Internal Server Error

Body

{
  "errors": [
    {
      "title": "Internal Server Error",
      "detail": "Provisioning Gateway is not found.",
      "code": "500",
      "status": "500"
    }
  ]
}