Skip to main content
PUT
https://api-new.paineloffice.click
/
resale
/
token
/
fixed
{
  "fixed": 1
}
{
  "success": true,
  "is_fixed": 123
}
{
  "fixed": 1
}

Endpoint

PUT /resale/token/fixed
Authorization: Bearer <token>
Content-Type: application/json

Descrição

Fixa ou libera o token de uma revenda específica.

Parâmetros

Authorization
string
required
Bearer token para autenticação
fixed
integer
required
Status do token (1 para fixar, 0 para liberar)
success
boolean
Indica se a operação foi bem-sucedida
is_fixed
integer
Status do token (1 = fixado, 0 = liberado)

Exemplo de Resposta

Sucesso (200 OK):
{
  "is_fixed": 1
}