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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxMywiZXhwIjoxNzg0MzgwODUzfQ.HSaupN8zWsBtoIuMNBOdl2B9I8oB63s5Cd2xvStd7tE
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: 42b5f543-e04f-40f0-aad5-7d86f6d85cc9
x-runtime: 0.004497
content-length: 120

Status

500 Internal Server Error

Body

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