Skip to main content

getLatestCustomerProfileTokenFromCustomerUuid

getLatestCustomerProfileTokenFromCustomerUuid

Path Parameters
    customerUUID string required
    departmentUuid string required
Responses

OK


Schema
    statusCode int32
    customerProfileToken string
    warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • error object
    errorCode string
    errorDescription string
    errorUID string
GET /v2/profile/department/:departmentUuid/customer/:customerUUID/customerProfileViewRequestToken

Request

Base URL
/customer
customerUUID — path required
departmentUuid — path required
Accept
curl / cURL
curl -L -X GET '/customer/v2/profile/department/:departmentUuid/customer/:customerUUID/customerProfileViewRequestToken' \
-H 'Accept: application/json'