reportData

Retrieve Valor Reports

Retrieve Valor Report Data

GET https://487q8d7goe.execute-api.us-east-1.amazonaws.com/production/reportData

Obtain the report data seen on the Valor mobile app for a specific session defined by the query parameters.

Query Parameters

Name
Type
Description

s3Key*

String

Specific and unique s3Key or identifier of the session to fetch IK data for. Can be found from response of the sessionData endpoint

Headers

Name
Type
Description

Authorization*

String

JWT Bearer Token for authentication: Bearer <JWT token>

{
    "statusCode": 200,
    
}

Last updated