Skip to main content
The “List Prices for a Product” API allows retrieving a paginated list of prices associated with a specific product. Customize your results by filtering prices or paginate through the list using the provided query parameters.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Path parameters

string
default:"6578278e879ad2646715ba9c"
required
ID of the product that needs to be used

Query parameters

number
default:"20"
The maximum number of items to be included in a single page of results
number
default:"0"
The starting index of the page, indicating the position from which the results should be retrieved.
string
default:"3SwdhCsvxI8Au3KsPJt6"
required
The unique identifier for the account.
string
To filter the response only with the given price ids, Please provide with comma separated

Respuestas

object[]
required
An array of prices
number
default:"10"
required

Ejemplo