cURL
curl --request GET \ --url https://homolog.clubfix.com.br/webservice/plans/{planId} \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>'
{ "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" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show Plan Response
Was this page helpful?