Webhooks
Buscar endpoint de webhook
Retorna detalhes de um endpoint de webhook pelo ID.
Retorna detalhes de um endpoint de webhook pelo ID.
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
application/json
curl -X GET "https://example.com/v1/postbacks/endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08"application/json
ID do endpoint (UUID)
{
"success": true,
"message": "string",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"has_secret": true,
"events": [
"charge.pending"
],
"status": "active",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"message": "string",
"error": "string"
}