curl --request GET \
--url https://api.owem.com.br/v4/i/webhooks/config/me \
--header 'Authorization: <authorization>'{
"requestId": "c23f9f18-9c2b-4bda-812a-75f8c08b2b99",
"success": true,
"size": 2,
"data": [
{
"id": "wc_91a5d6c1-fb32-4cbe-8c33-1d4b3af1e66a",
"configId": "wc_91a5d6c1-fb32-4cbe-8c33-1d4b3af1e66a",
"userId": "usr_aa11bb22",
"event": ["*"],
"targetUrl": "https://webhook.site/your-app-endpoint",
"authHeader": "Bearer-abc123xyz",
"isEnabled": true,
"createdAt": 1760201000000,
"updatedAt": 1760201000000,
"deletedAt": null
},
{
"id": "wc_37e45f9d-2a6b-489f-b950-3b12e3d6cbf0",
"configId": "wc_37e45f9d-2a6b-489f-b950-3b12e3d6cbf0",
"userId": "usr_aa11bb22",
"event": ["pix_in:qrcode_paid", "pix_out:processing"],
"targetUrl": "https://hooks.yourcompany.com/owem",
"authHeader": "Bearer-securetoken",
"isEnabled": true,
"createdAt": 1760208000000,
"updatedAt": 1760208600000,
"deletedAt": null
}
]
}
Returns a list of all webhook configurations for the user. View all configured URLs and events.
curl --request GET \
--url https://api.owem.com.br/v4/i/webhooks/config/me \
--header 'Authorization: <authorization>'{
"requestId": "c23f9f18-9c2b-4bda-812a-75f8c08b2b99",
"success": true,
"size": 2,
"data": [
{
"id": "wc_91a5d6c1-fb32-4cbe-8c33-1d4b3af1e66a",
"configId": "wc_91a5d6c1-fb32-4cbe-8c33-1d4b3af1e66a",
"userId": "usr_aa11bb22",
"event": ["*"],
"targetUrl": "https://webhook.site/your-app-endpoint",
"authHeader": "Bearer-abc123xyz",
"isEnabled": true,
"createdAt": 1760201000000,
"updatedAt": 1760201000000,
"deletedAt": null
},
{
"id": "wc_37e45f9d-2a6b-489f-b950-3b12e3d6cbf0",
"configId": "wc_37e45f9d-2a6b-489f-b950-3b12e3d6cbf0",
"userId": "usr_aa11bb22",
"event": ["pix_in:qrcode_paid", "pix_out:processing"],
"targetUrl": "https://hooks.yourcompany.com/owem",
"authHeader": "Bearer-securetoken",
"isEnabled": true,
"createdAt": 1760208000000,
"updatedAt": 1760208600000,
"deletedAt": null
}
]
}
Basic {Base64(API_KEY:API_SECRET)}Show item
Authorization{
"requestId": "c23f9f18-9c2b-4bda-812a-75f8c08b2b99",
"success": true,
"size": 2,
"data": [
{
"id": "wc_91a5d6c1-fb32-4cbe-8c33-1d4b3af1e66a",
"configId": "wc_91a5d6c1-fb32-4cbe-8c33-1d4b3af1e66a",
"userId": "usr_aa11bb22",
"event": ["*"],
"targetUrl": "https://webhook.site/your-app-endpoint",
"authHeader": "Bearer-abc123xyz",
"isEnabled": true,
"createdAt": 1760201000000,
"updatedAt": 1760201000000,
"deletedAt": null
},
{
"id": "wc_37e45f9d-2a6b-489f-b950-3b12e3d6cbf0",
"configId": "wc_37e45f9d-2a6b-489f-b950-3b12e3d6cbf0",
"userId": "usr_aa11bb22",
"event": ["pix_in:qrcode_paid", "pix_out:processing"],
"targetUrl": "https://hooks.yourcompany.com/owem",
"authHeader": "Bearer-securetoken",
"isEnabled": true,
"createdAt": 1760208000000,
"updatedAt": 1760208600000,
"deletedAt": null
}
]
}
| HTTP | Description |
|---|---|
| 200 | Configurations listed |
| 401 | Invalid credentials |
| 403 | IP not allowlisted |
| 404 | No configurations found |
| 500 | Internal error |
Was this page helpful?