Pular para o conteúdo principal

WebhookErrorResponse

statusstring

Status de erro opcional para leitura por sistemas.

Exemplo forbidden
messagestringobrigatório
Exemplo missing required OAuth scope
WebhookErrorResponse
{
"status": "forbidden",
"message": "missing required OAuth scope"
}