curl --request GET \
--url https://homolog.clubfix.com.br/webservice/plans \
--header 'Accept: <accept>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"name": "Proteção Clubfix",
"coverages": [
"Quebra de Tela",
"Danos Líquidos",
"Oxidação",
"Alto Falantes",
"Microfone",
"Danos Internos",
"Conector de Carga",
"Wi-Fi/Sinal"
]
},
{
"id": 2,
"name": "PROTEÇÃO TOTAL + SIGA-ME",
"coverages": [
"Roubo e Furto Qualificado",
"Quebra de Tela",
"Danos Líquidos",
"Oxidação",
"Alto Falantes",
"Microfone",
"Danos Internos",
"Conector de Carga",
"Wi-Fi/Sinal"
]
}
],
"links": {
"first": "https://homolog.clubfix.com.br/webservice/plans?page=1",
"last": "https://homolog.clubfix.com.br/webservice/plans?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Anterior",
"active": false
},
{
"url": "https://homolog.clubfix.com.br/webservice/plans?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Próxima »",
"active": false
}
],
"path": "https://homolog.clubfix.com.br/webservice/plans",
"per_page": 15,
"to": 2,
"total": 2
}
}curl --request GET \
--url https://homolog.clubfix.com.br/webservice/plans \
--header 'Accept: <accept>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"name": "Proteção Clubfix",
"coverages": [
"Quebra de Tela",
"Danos Líquidos",
"Oxidação",
"Alto Falantes",
"Microfone",
"Danos Internos",
"Conector de Carga",
"Wi-Fi/Sinal"
]
},
{
"id": 2,
"name": "PROTEÇÃO TOTAL + SIGA-ME",
"coverages": [
"Roubo e Furto Qualificado",
"Quebra de Tela",
"Danos Líquidos",
"Oxidação",
"Alto Falantes",
"Microfone",
"Danos Internos",
"Conector de Carga",
"Wi-Fi/Sinal"
]
}
],
"links": {
"first": "https://homolog.clubfix.com.br/webservice/plans?page=1",
"last": "https://homolog.clubfix.com.br/webservice/plans?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Anterior",
"active": false
},
{
"url": "https://homolog.clubfix.com.br/webservice/plans?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Próxima »",
"active": false
}
],
"path": "https://homolog.clubfix.com.br/webservice/plans",
"per_page": 15,
"to": 2,
"total": 2
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?