Skip to main content

Submit new tips for consideration

POST 

/submit-tips

This endpoint accepts a batch of one or more tips from the client. The service returns a response payload providing a unique identifier for each of the provided tips, as well as status about each tips validity. Any other status information is sent asynchronosuly to the client-provided callback URL.

Tips are submitted to an endpoint fronted by an Amazon Web Services (AWS) API Gateway. The submission must include the appropriate authentication headers, generated using the credentials provided by Vantor to each customer.

Request

Responses

Provides a tipIdentifier for each of the tips in the request body as well as its validation status. The response array is of the same size and in the same order as the tips array that was submitted in the request.