Membros
  1. Webhooks
Membros
  • Membros API V2
    • API Keys
      • API info
      • Available scopes
      • Merchant by public key
      • List API keys
      • Create API key
      • Update API key
      • Delete API key
    • Customers
      • List customers
      • Create customer
      • Get customer
      • Update customer
    • Plans
      • List plans
      • Create plan
      • Get plan
      • Update plan
      • Delete plan
    • Subscriptions
      • List subscriptions
    • Orders
      • List orders
      • Create order
      • Create PIX order
      • Get order
    • Analytics
      • Analytics placeholder
    • Projects
      • List projects
      • Create project
      • Get project
      • Update project
      • Delete project
      • Update status
      • Project stats
      • Activate project
      • Suspend project
      • Archive project
    • Products
      • List products
      • Create product
      • Get product
      • Update product
      • Delete product
    • Webhooks
      • List webhooks
        GET
      • Create webhook
        POST
      • Webhook events
        GET
      • List logs
        GET
      • Get log
        GET
      • Get webhook
        GET
      • Update webhook
        PUT
      • Delete webhook
        DELETE
      • Regenerate signing key
        POST
      • Send test
        POST
      • Logs for webhook
        GET
      • Retry webhook
        POST
    • Esquemas
      • Pagination
      • BasicMessage
      • PendingFeature
      • ApiInfo
      • Customer
      • CustomerCreateRequest
      • CustomerEnvelope
      • CustomerListResponse
      • Plan
      • PlanRequest
      • PlanEnvelope
      • PlanListResponse
      • OrderCustomer
      • OrderItem
      • Order
      • OrderCreateRequest
      • Product
      • ProductCreateRequest
      • ProductUpdateRequest
      • ProductEnvelope
      • ProductListResponse
      • ProjectStatus
      • ProjectVisibility
      • ProjectType
      • Project
      • ProjectCreateRequest
      • ProjectUpdateRequest
      • ProjectEnvelope
      • ProjectListResponse
      • ProjectStats
      • WebhookEvent
      • Webhook
      • WebhookCreateRequest
      • WebhookUpdateRequest
      • WebhookEventCatalog
      • WebhookLog
      • WebhookListResponse
      • WebhookLogListResponse
      • WebhookLogSlice
      • ScopeCatalog
      • ApiKey
      • ApiKeyCreateRequest
      • ApiKeyUpdateRequest
      • ApiKeyCreateResponse
      • ApiKeyEnvelope
      • ApiKeyListResponse
      • MerchantLookupResponse
  1. Webhooks

Webhook events

GET
/v2/webhooks/events

Requisição

Authorization
Bearer Token
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
or
JWT Bearer
Adicionar o parâmetro
Authorization
a Cabeçalhos
Exemplo:
Authorization: ********************
or

Respostas

🟢200OK
application/json
Events
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/webhooks/events' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "events": [
        {
            "id": "string",
            "key": "string",
            "name": "string",
            "description": "string",
            "category": "string"
        }
    ],
    "eventsByCategory": {
        "property1": [
            {
                "id": "string"
            }
        ],
        "property2": [
            {
                "id": "string"
            }
        ]
    }
}
Modificado em 2025-11-15 15:11:05
Página anterior
Create webhook
Próxima página
List logs
Built with