Retornar URL registrada para recebimento de notificações via Webhook

É possível verificar a última URL registrada pelo cliente para recebimento de notificações via Webhook.

get/vehicledebtsapi/v1/webhook/search

Response

200

urlstring
createDatestring
messagestring
errorCodestring

Example response

{
  "url": "https://webhook.site/b1ea8622-5819-4473-b8bb-3beed0433e67",
  "createDate": "2022-12-30T10:09:46",
  "message": "Sucesso",
  "errorCode": "000"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.