POST
/
api
/
v1
/
press
/
report
/
{customer_id}
/
forcegen
curl --request POST \
  --url https://api.algoreg.com/api/v1/press/report/{customer_id}/forcegen \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}

Path parameters

customer_id
string
required

Response body

No content.”

{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}