Using the deal guid in the request path, the method requests the sync status with Broker Wolf
Responses
-
Retrieved deal sync status successfully.
-
Invalid request. See response body for details.
-
Unauthorized request. See response body for details.
-
Permission denied. See response body for details.
-
Deal Sync Status not found.
-
Optimistic concurrency check failed. The If-Match header is missing or it does not contain the version currently in the database.
-
Unknown error. See response body for details.
GET
/deals/{dealId}/bw-sync-status
curl \
--request GET 'http://api.example.com/deals/{dealId}/bw-sync-status' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}