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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxMywiZXhwIjoxNzY3MzU4MDMzfQ.A5G1H0ovZXTg_K1mXdlG0HL0Jn2UPZqWe5AkxXKMMHo
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/json; charset=utf-8
vary: Accept
cache-control: no-cache
x-request-id: a2e2906d-6aa7-4a91-b697-0c5331fe12d7
x-runtime: 0.003770
content-length: 114

Status

500 Internal Server Error

Body

{
  "errors": [
    {
      "status": "500",
      "code": "500",
      "title": "Invalid request",
      "detail": "Provisioning Gateway is not found."
    }
  ]
}