Skip to main content
GET
/
api
/
Placements
/
{placementId}
/
rates
/
info
Get placement rate information including current and latest rate IDs. Returns a PlacementRateInfo object with HasFutureRate set to true if the latest rate ID differs from the current rate ID.
curl --request GET \
  --url https://api.example.com/api/Placements/{placementId}/rates/info
{
  "currentRateId": 123,
  "latestRateId": 123,
  "hasFutureRate": true
}

Path Parameters

placementId
integer<int32>
required

Response

200 - application/json

OK

currentRateId
integer<int32>
latestRateId
integer<int32>
hasFutureRate
boolean