Credit Check Status AIAB

Version v1
download iconDownload spec

Endpoint

GET
https://att-creditcheck-eapi.gw.cloud.att.com/api/v1/creditCheck/aiab

Used to Check Credit Check Status

arrowRequest

Query Parameters

    Header Parameters

              Body Parameters

              Responses

              arrowBody

              application/json

              REQUEST

              1
              2
              3
              4
              5
              6
              7
              8
              curl --request GET \
                   --url 'https://att-creditcheck-eapi.gw.cloud.att.com/api/v1/creditCheck/aiab?quoteId=string' \
                   --header 'accept: application/json' \
                   --header 'client_id: string' \
                   --header 'client_secret: string' \
                   --header 'source: string' \
                   --header 'x-trace-id: string' \
                   --header 'x-transaction-id: string'

              RESPONSE

              1
              2
              3
              4
              {
                "validity": "string",
                "creditCheckStatus": "string"
              }