| PARÂMETRO | DESCRIÇÃO |
|---|---|
| status | informa se está válido ou inválido. 0 - Cancelado 1 - Ativo |
curl --location --request GET 'https://api.tryplopay.com/status' \
--header 'scope: invoice.write, customer.write, webhook.write' \
--header 'Authorization: Bearer <token>'{
"status": 1,
"token_type": "Bearer"
}