Customer profile data
End-point to fetch customer's profile or documents like insurance, DL and credit card uploaded by the customer for a trip
Path Parameters
trip_uuid string required
Unique identifier for a trip
Header Parameters
authorization string required
Base64 encoded basic auth
application/json
Request Body required
request
dealerDepartmentUUIDList string[]
requesterUserUUID string
source string
Possible values: [DEALER_APP
, WEB
, PND_API
, EXTERNAL_CONTROLLER
]
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
error object
errorCode string
errorDescription string
metadata object
property name* string
metadata object
customerProfileUrls object[]
isValid boolean
status string
Possible values: [UPLOAD_PENDING
, VERIFICATION_PENDING
, VERIFIED
, REQUEST_ITEMS
, VERIFY_ITEMS
, PREVIEW_ITEMS
]
token string
url string
vaultPiiDataStoreUuid string
eventUuid string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"metadata": {
"customerProfileUrls": [
{
"isValid": true,
"status": "UPLOAD_PENDING",
"token": "string",
"url": "string",
"vaultPiiDataStoreUuid": "string"
}
],
"eventUuid": "string"
},
"statusCode": 0,
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...