curl --request POST \
--url http://localhost:3000/v2/AgreementListUserAgreements \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"mode": "login",
"identity": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"brief": "<string>",
"status": "<string>"
}
]
}Lists all agreements for a specific user
curl --request POST \
--url http://localhost:3000/v2/AgreementListUserAgreements \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"mode": "login",
"identity": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"brief": "<string>",
"status": "<string>"
}
]
}API token for authentication