Skip to main content
GET
/
api
/
integration-services
/
customer
/
v1
/
risk-scoring-assessments
/
{guid}
Customer assessment
curl --request GET \
  --url 'https://{{baseUrl}}/api/integration-services/customer/v1/risk-scoring-assessments/{guid}' \
  --header 'Authorization: Bearer <token>'
{
  "result": {
    "shortlink": "<string>",
    "guid": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

guid
string
required

The unique identifier of the assessment.

Response

OK

result
object