Skip to main content
POST
/
regulatory
/
bundles
/
{bundle_sid}
/
evaluations
Create Bundle Evaluation
curl --request POST \
  --url https://api.kallabot.com/regulatory/bundles/{bundle_sid}/evaluations \
  --header 'Authorization: Bearer <token>'
{
  "sid": "<string>",
  "bundle_sid": "<string>",
  "status": "<string>",
  "results": {},
  "date_created": "2023-11-07T05:31:56Z",
  "date_updated": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

bundle_sid
string
required

Regulatory bundle SID

Response

Evaluation created

sid
string
bundle_sid
string
status
string

Evaluation status

results
object

Evaluation results

date_created
string<date-time>
date_updated
string<date-time>