Verify a negotiation agreement
POST/api/management/negotiations/:processId/verify
Verify a negotiation agreement
Request
Path Parameters
processId stringrequired
Process ID of the negotiation
Responses
- 200
- application/json
- Schema
- Example (auto)
Schema
statusstring
{
"status": "string"
}
Authorization: oauth2
name: oauth2type: oauth2scopes:controlplane_admin,controlplane_dataplane
flows: { "password": { "scopes": { "controlplane_admin": "controlplane_admin", "controlplane_dataplane": "controlplane_dataplane" } } }
- curl
- http
- CURL
curl -L -X POST 'https://tsg.dataspac.es/api/management/negotiations/:processId/verify' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'