Skip to main content
POST
/
regulatory
/
bundles
/
{bundle_sid}
/
assign
Assign Item to Bundle
curl --request POST \
  --url https://api.kallabot.com/regulatory/bundles/{bundle_sid}/assign \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "bundle_sid": "RB1234567890abcdef",
  "resource_sid": "EU1234567890abcdef"
}'
{
  "sid": "<string>",
  "bundle_sid": "<string>",
  "object_sid": "<string>",
  "date_created": "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

Body

application/json
bundle_sid
string
required

Bundle SID to assign to

resource_sid
string
required

End user or supporting document SID

Example:

"EU123456 or RD123456"

Response

Item assigned to bundle

sid
string
bundle_sid
string
object_sid
string
date_created
string<date-time>