Skip to main content
GET
cURL

Escopo

O campo config não é retornado neste endpoint para evitar respostas muito grandes. Para obter o config completo, utilize o endpoint de obter checkout.

Authorizations

Authorization
string
header
required

Token de autenticação do tipo Bearer {access_token}, onde {access_token} é o token obtido no fluxo de autenticação.

Path Parameters

product_pk
string
required

Query Parameters

limit
integer

Número de resultados a serem retornados por página.

ordering
string

Which field to use when ordering the results.

page
integer

Número da página a ser retornada.

A search term.

Response

Corpo da resposta status 200

count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"

results
object[]