Skip to main content
POST
/
v2
/
LegalBasisListAgreements
List legal basis agreements
curl --request POST \
  --url http://localhost:3000/v2/LegalBasisListAgreements \
  --header 'Content-Type: application/json' \
  --header 'X-Bunker-Token: <api-key>' \
  --data '
{
  "request_metadata": {}
}
'
{
  "status": "ok",
  "rows": [
    {
      "brief": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

X-Bunker-Token
string
header
required

API token for authentication

Body

application/json
request_metadata
object

Additional metadata for the request

Response

200 - application/json

Legal basis agreements retrieved successfully

status
string
Example:

"ok"

rows
object[]