Generate a client report
URL
GET https://api.complycube.com/v1/reports?clientId=:id
Generates a client PDF report.
Headers
Name
Type
Description
Authorization
*
string
The API live
or test
key
Query parameters
Name
Type
Description
clientId
*
string
The ID of the client.
Example request
curl -X POST https://api.complycube.com/v1/reports?clientId={:clientId} \
-H 'Authorization: <YOUR_API_KEY>'
Example response
{
"contentType": "images/jpg",
"data": "<BASE64_DATA_CONTENT>"
}
Last updated
Was this helpful?