All URIs are relative to https://api.mollie.com/v2
| Method | HTTP request | Description |
|---|---|---|
| get_webhook_event | GET /events/{id} | Get a Webhook Event |
models::EntityWebhookEvent get_webhook_event(id, testmode, idempotency_key) Get a Webhook Event
Retrieve a single webhook event object by its event ID.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | Provide the ID of the item you want to perform this operation on. | [required] | |
| testmode | Option<bool> | Most API credentials are specifically created for either live mode or test mode. In those cases the testmode query parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting the testmode query parameter to true. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa. |
||
| idempotency_key | Option<String> | A unique key to ensure idempotent requests. This key should be a UUID v4 string. |
- Content-Type: Not defined
- Accept: application/hal+json
[Back to top] [Back to API list] [Back to Model list] [Back to README]