Skip to main content
POST

Check the status of a buy traffic request with a given tracking id.

Authorizations

walletUserAuth

string
required
HTTP bearer authentication. Send the token as Authorization: Bearer <token>. Bearer format: JWT. JWT token as described by the spliceAppBearerAuth security scheme. The subject of the token must be ledger API user of the user whose wallet the endpoint affects.

Path parameters

string
required

Responses

200

A request to buy traffic with this tracking id has been submitted before, check the response for details.
application/json
GetBuyTrafficRequestStatusResponse
required

404

No request with this tracking id was found.
application/json
string
required

History

Added0.5.10