Membros
    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
        • Create webhook
        • Webhook events
        • List logs
        • Get log
        • Get webhook
        • Update webhook
        • Delete webhook
        • Regenerate signing key
        • Send test
        • Logs for webhook
        • Retry webhook
      • 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

    WebhookListResponse

    {
        "error": true,
        "webhooks": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string",
                "url": "http://example.com",
                "events": [
                    "customer.created"
                ],
                "active": true,
                "max_retries": 0,
                "timeout_ms": 0,
                "headers": {
                    "property1": "string",
                    "property2": "string"
                },
                "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
                "createdAt": "2019-08-24T14:15:22.123Z"
            }
        ],
        "totalRecords": 0,
        "totalPages": 0,
        "currentPage": 0,
        "prevPage": 0,
        "nextPage": 0
    }
    Built with