Pular para o conteúdo principal
GET
/
plans
/
{id}
/
prices
List all price versions of a plan
curl --request GET \
  --url https://billing-api.sandbox.z2pay.com/plans/{id}/prices \
  --header 'x-api-key: <api-key>'

Autorizações

x-api-key
string
header
obrigatório

API Key da Credential (gerada no Backoffice)

Parâmetros de caminho

id
string
obrigatório

Plan ID

Resposta

List of price versions (not paginated)