Version: 7.2.3.1
Events Manager REST API
REST API exposed by the Events Manager WordPress plugin.
Source of truth: active register_rest_route() calls in classes/uploads/em-uploads-api.php
and classes/api/em-api-rest.php.
Authentication​
- API Key: cookieAuth
- HTTP: Basic Auth
- API Key: emUploadNonce
WordPress REST nonce for cookie-authenticated requests.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-WP-Nonce |
WordPress Application Passwords over HTTP Basic Authentication.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |
Events Manager upload nonce used by the upload endpoint.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-EM-Nonce |
License
GPL-2.0-or-later