Get Tactic
Currently this endpoint is only for getting budget details. We plan on expanding this endpoint in the near future.
Endpoint
Method: GET
https://lifeapi.pulsepoint.com/RestApi/v2/tactic/{id}
Path Parameter:idis the tactic ID that you want to get the data for
Response
{
"tacticId": 248162,
"name": "test tactic 1",
"baseBidPrice": 1.000,
"maxBidPrice": 50.000,
"priority": 1
}Updated 4 months ago
