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