Generate a client report

Generate a client report

GET https://api.complycube.com/v1/reports?clientId=:id

Generates a client PDF report.

Query Parameters

NameTypeDescription

clientId

string

The ID of the client.

Headers

NameTypeDescription

Authorization

string

The API live or test key

{
    "contentType": "images/jpg",
    "data": "<BASE64_DATA_CONTENT>"
}

Example request

curl -X POST https://api.complycube.com/v1/reports?clientId={:clientId} \
     -H 'Authorization: <YOUR_API_KEY>' 

Last updated