GET
/
api
/
orders
/
compliance_report
/
binary
/
{order_id}
Get Compliance Report Binary
curl --request GET \
  --url https://api.retailreadyai.com/api/orders/compliance_report/binary/{order_id} \
  --header 'Authorization: Bearer <token>'
{
  "filename": "compliance_report_g0f9e8d7-6i5j-4k3l-7m8n-9o0p4q5r6s7t.pdf",
  "mime_type": "application/pdf",
  "pdf_content": "JVBERi0xL..."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

order_id
string
required

Response

200
application/octet-stream

Successfully retrieved compliance report binary

The response is of type object.