Skip to main content
POST
/
ping-post
/
v2
/
leads
/
results
Update Lead Result
curl --request POST \
  --url https://develop.qa.credible.com/api/partners/personal/ping-post/v2/leads/results \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "uuid": "<string>",
  "finalBidAmount": 2.1,
  "auctionResult": 1
}
'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Create Ping Post callback

uuid
string
required

Lead uuid

finalBidAmount
number<float>
required
Example:

2.1

auctionResult
enum<integer>
required
Available options:
0,
1
Example:

1

Response

201

Create Ping Post callback