Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.6 KB

File metadata and controls

41 lines (23 loc) · 1.6 KB

\WebhookEventsApiApi

All URIs are relative to https://api.mollie.com/v2

Method HTTP request Description
get_webhook_event GET /events/{id} Get a Webhook Event

get_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.

Parameters

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.

Return type

models::EntityWebhookEvent

Authorization

oAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/hal+json

[Back to top] [Back to API list] [Back to Model list] [Back to README]