# Nayax Energy Core - [Welcome to Nayax Energy Core's Documentation Hub!](https://docs.energy.nayax.com/index.md): Guides and API references for building on Nayax Energy Core's EV charging platform. - [Welcome to Nayax Energy Core](https://docs.energy.nayax.com/guides/index.md) - [Setting Up a New Site in Nayax Energy Core](https://docs.energy.nayax.com/guides/site-setup.md) - [Overview](https://docs.energy.nayax.com/guides/SessionOverview.md) - [Session States](https://docs.energy.nayax.com/guides/SessionStatuses.md) - [Session Flow](https://docs.energy.nayax.com/guides/SessionWorkflow.md) - [Station Authorization Methods Overview](https://docs.energy.nayax.com/guides/station-Authorization-Methods.md) - [Autocharge Overview](https://docs.energy.nayax.com/guides/autocharge.md) - [RFID Card Overview](https://docs.energy.nayax.com/guides/RFID.md) - [Payment Terminal Overview](https://docs.energy.nayax.com/guides/configure-Payment-Terminal.md) - [Creating Driver Discounts](https://docs.energy.nayax.com/guides/create-Driver-Discount.md) - [Private Charging Stations Overview](https://docs.energy.nayax.com/guides/private-Stations.md) - [OCPP Advanced Pricing Overview](https://docs.energy.nayax.com/guides/OCPP-Advanced-Pricing.md) - [Setting Rate on a Station](https://docs.energy.nayax.com/guides/set-Rate.md) - [Download OCPP Logs](https://docs.energy.nayax.com/guides/download-OCPP-logs.md) - [Creating a Driver Account](https://docs.energy.nayax.com/guides/create-an-Account.md) - [Finding your Digital Driver ID](https://docs.energy.nayax.com/guides/create-Digital-Driver-Id.md) - [Requesting Discount Access](https://docs.energy.nayax.com/guides/request-Discount-Access.md) - [Webhooks Overview](https://docs.energy.nayax.com/guides/webhooks/overview.md) - [Event Types](https://docs.energy.nayax.com/guides/webhooks/event-types.md) - [Events and Deliveries](https://docs.energy.nayax.com/guides/webhooks/events-and-deliveries.md) - [Validating Webhook Signatures](https://docs.energy.nayax.com/guides/webhooks/validating-signatures.md) - [Delivery and Retries](https://docs.energy.nayax.com/guides/webhooks/delivery-and-retries.md) - [Best Practices](https://docs.energy.nayax.com/guides/webhooks/best-practices.md) - [Getting Started](https://docs.energy.nayax.com/api/index.md) - [Add site partners to an asset group](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/add-site-partners-to-an-asset-group.md): This endpoint allows you to add site partners to an asset group. - [Archive (delete) a location](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/archive-delete-a-location.md): Irreversibly archives a location (asset group). Sets `archivedAt` in a single atomic write; the record becomes immutable afterwards. Operator-facing UIs present this as "Delete". There is no restore. - [List all asset groups](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/list-all-asset-groups.md): This endpoint retrieves a list of all asset-groups - [Create a new asset group](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/create-a-new-asset-group.md): This endpoint creates a new asset group - [Remove site partners from an asset group](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/remove-site-partners-from-an-asset-group.md): This endpoint allows you to remove site partners from an asset group. - [Create a new site contact for an asset group](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/create-a-new-site-contact-for-an-asset-group.md): This endpoint creates a new site contact for an asset group - [Archive a site contact for an asset group](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/archive-a-site-contact-for-an-asset-group.md): This endpoint archives a site contact for an asset group
WARNING! This action is potentially dangerous and irreversible! - [Update an asset group](https://docs.energy.nayax.com/api/assetmanagement/asset-groups/update-an-asset-group.md): This endpoint updates an existing asset group by its ID. - [Archive (delete) a charging station](https://docs.energy.nayax.com/api/assetmanagement/assets/archive-delete-a-charging-station.md): Irreversibly archives a charging station. Sets `archivedAt` and clears the embedded payment terminal in a single atomic write; the record becomes immutable afterwards. Operator-facing UIs present this as "Delete". There is no restore. - [List all assets](https://docs.energy.nayax.com/api/assetmanagement/assets/list-all-assets.md): This endpoint retrieves a list of all assets available to the authenticated user. - [Create a new asset](https://docs.energy.nayax.com/api/assetmanagement/assets/create-a-new-asset.md): This endpoint creates a new asset - [Get an asset by id](https://docs.energy.nayax.com/api/assetmanagement/assets/get-an-asset-by-id.md): This endpoint retrieve an asset by the provided id - [Update an asset](https://docs.energy.nayax.com/api/assetmanagement/assets/update-an-asset.md): This endpoint updates an existing asset by its ID. - [Update session limits for assets in an asset group](https://docs.energy.nayax.com/api/assetmanagement/assets/update-session-limits-for-assets-in-an-asset-group.md): This endpoint updates the session limits for a list of assets in an asset group. - [Remove password requirement for an asset](https://docs.energy.nayax.com/api/assetmanagement/assets/remove-password-requirement-for-an-asset.md): Sets the central system to not check for a password when an asset connects.
WARNING! This action is potentially dangerous and irreversible! - [Update an asset license](https://docs.energy.nayax.com/api/assetmanagement/assets/update-an-asset-license.md): This endpoint assigns/updates the license of an existing asset by its ID. If the license is set to null, the asset will be unlicensed. - [Update the payment terminal status](https://docs.energy.nayax.com/api/assetmanagement/assets/update-the-payment-terminal-status.md): Updates the activation status of a payment terminal on an asset. Used by downstream services to report terminal activation results. - [Send an ocpp command to an asset (Deprecated)](https://docs.energy.nayax.com/api/assetmanagement/assets/send-an-ocpp-command-to-an-asset-deprecated.md): This endpoint saves and emits a new ocpp command to the station. It then waits for a response for a maximum of 25 seconds and returns it. If the status of the response body is "Success", then the "confirmation" field will be present. The "confirmation.payload" contains the raw response from the stat… - [Authenticate an asset using password authentication.](https://docs.energy.nayax.com/api/assetmanagement/assets/authenticate-an-asset-using-password-authentication.md): Authenticates an asset using password authentication. If the asset is not configured to use password authentication, the password will be ignored. If the asset has an expired software license, the authentication request will be rejected. - [Change asset password.](https://docs.energy.nayax.com/api/assetmanagement/assets/change-asset-password.md): Changes the password of the asset with the specified ID to the specified new password. If the password is not provided, generates a new random password. The new password will be configured with the asset internally.
WARNING! This action is potentially dangerous and ir… - [Verify pending asset password to complete password configuration.](https://docs.energy.nayax.com/api/assetmanagement/assets/verify-pending-asset-password-to-complete-password-configuration.md): Verifies the pending password of the asset with the specified ID to complete the password configuration. If the password is rejected, the asset will be configured with the previously configured password or set to insecure if no password was previously configured. - [Archive a charging station model](https://docs.energy.nayax.com/api/assetmanagement/charging-station-models/archive-a-charging-station-model.md): This endpoint archives a charging station model. Only admins are allowed to archive charging station models. - [List all charging station models](https://docs.energy.nayax.com/api/assetmanagement/charging-station-models/list-all-charging-station-models.md): This endpoint retrieves a list of all charging station models. - [Create a new charging station model](https://docs.energy.nayax.com/api/assetmanagement/charging-station-models/create-a-new-charging-station-model.md): This endpoint creates a new charging station model. Only admins are allowed to create charging station models. - [Get a charging station model by ID](https://docs.energy.nayax.com/api/assetmanagement/charging-station-models/get-a-charging-station-model-by-id.md): This endpoint retrieves a charging station model by its ID. - [Update a charging station model](https://docs.energy.nayax.com/api/assetmanagement/charging-station-models/update-a-charging-station-model.md): This endpoint updates a charging station model. Only the friendlyName field can be updated. - [Create a new network](https://docs.energy.nayax.com/api/assetmanagement/networks/create-a-new-network.md): This endpoint creates a new network. - [Update a network](https://docs.energy.nayax.com/api/assetmanagement/networks/update-a-network.md): This endpoint updates an existing network. - [List all network users](https://docs.energy.nayax.com/api/assetmanagement/network-users/list-all-network-users.md): This endpoint retrieves a list of all Network Users - [Create a new network user](https://docs.energy.nayax.com/api/assetmanagement/network-users/create-a-new-network-user.md): This endpoint creates a new network user (network operator/admin).
This action is not enabled by default. You must request additional permissions to perform this action. - [Retrieve a network user by ID](https://docs.energy.nayax.com/api/assetmanagement/network-users/retrieve-a-network-user-by-id.md): Retrieves a network user by ID if it exists and is associated with the current network. - [Delete a network user by ID](https://docs.energy.nayax.com/api/assetmanagement/network-users/delete-a-network-user-by-id.md): Deletes (archives) a network user by ID if it exists and is associated with the current network. The row is retained with `isArchived=true`, its PII fields are nullified, and the user's PII is crypto-shredded in the PII vault (GDPR Art. 17). Archived users are hidden from GET and list.
This… - [Update a network user](https://docs.energy.nayax.com/api/assetmanagement/network-users/update-a-network-user.md): This endpoint updates an existing network user by its ID. Only `firstName`, `lastName`, and `phoneNumber` may be updated; `email` and `network` are immutable.
This action is not enabled by default. You must request additional permissions to perform this action. - [List all site partners](https://docs.energy.nayax.com/api/assetmanagement/site-partners/list-all-site-partners.md): This endpoint retrieves a list of all site partners - [Create a site partner](https://docs.energy.nayax.com/api/assetmanagement/site-partners/create-a-site-partner.md): This endpoint creates a site partner.
This action is not enabled by default. You must request additional permissions to perform this action. - [Update a site partner](https://docs.energy.nayax.com/api/assetmanagement/site-partners/update-a-site-partner.md): This endpoint updates an existing site partner by its ID.
This action is not enabled by default. You must request additional permissions to perform this action. - [Archive a site partner user by ID.](https://docs.energy.nayax.com/api/assetmanagement/site-partner-users/archive-a-site-partner-user-by-id.md): Archives a site partner user by ID if it exists and if the user is associated with the current network. This will set isArchived field to true.
This action is not enabled by default. You must request additional permissions to perform this action. - [List all site partner users](https://docs.energy.nayax.com/api/assetmanagement/site-partner-users/list-all-site-partner-users.md): This endpoint retrieves a list of all Site Partner Users - [Create a new site partner user](https://docs.energy.nayax.com/api/assetmanagement/site-partner-users/create-a-new-site-partner-user.md): This endpoint creates a new site partner user
This action is not enabled by default. You must request additional permissions to perform this action. - [Update a site partner user](https://docs.energy.nayax.com/api/assetmanagement/site-partner-users/update-a-site-partner-user.md): This endpoint updates an existing site partner user by its ID.
This action is not enabled by default. You must request additional permissions to perform this action. - [Archive a driver](https://docs.energy.nayax.com/api/identity/driver/archive-a-driver.md): Archives the driver by removing all PII related to the driver.
WARNING! This action is potentially dangerous and irreversible! - [Attach a site partner to a driver](https://docs.energy.nayax.com/api/identity/driver/attach-a-site-partner-to-a-driver.md): Creates a relationship between a driver and a site partner. Either `tokenId` or `driverId` must be provided, but not both. - [List all drivers](https://docs.energy.nayax.com/api/identity/driver/list-all-drivers.md): This endpoint retrieves a list of all drivers available to the authenticated user. - [Create a new driver](https://docs.energy.nayax.com/api/identity/driver/create-a-new-driver.md): This endpoint creates a new driver
This action is not enabled by default. You must request additional permissions to perform this action. - [Create a driver short code](https://docs.energy.nayax.com/api/identity/driver/create-a-driver-short-code.md): Generates a 6-character uppercase alphanumeric short code for a driver. The short code can be used to verify the driver's identity. - [Detach a driver from a site partner](https://docs.energy.nayax.com/api/identity/driver/detach-a-driver-from-a-site-partner.md): Removes the relationship between a driver (identified by token) and a site partner. - [List Driver-Site Partner Relationships](https://docs.energy.nayax.com/api/identity/driver/list-driver-site-partner-relationships.md): Retrieve a list of driver-site partner relationships based on specified criteria. - [Update a driver](https://docs.energy.nayax.com/api/identity/driver/update-a-driver.md): This endpoint updates an existing driver by its ID.
This action is not enabled by default. You must request additional permissions to perform this action. - [Verify a driver short code](https://docs.energy.nayax.com/api/identity/driver/verify-a-driver-short-code.md): Verifies the provided 6-character uppercase alphanumeric short code and returns the associated driver short code record. - [Archive a token](https://docs.energy.nayax.com/api/identity/token/archive-a-token.md): Archives the specified token, making it permanently inactive.
WARNING! This action is irreversible! - [Authorize a token](https://docs.energy.nayax.com/api/identity/token/authorize-a-token.md): Checks whether the given token is authorized to charge at a specific asset. Returns authorization status along with the token details or a failure code. - [List all tokens](https://docs.energy.nayax.com/api/identity/token/list-all-tokens.md): Retrieves a paginated list of tokens available to the authenticated user. - [Create a new token](https://docs.energy.nayax.com/api/identity/token/create-a-new-token.md): Creates a new token. Supports multiple token types including PAYMENT_TERMINAL, VEHICLE, RFID, and others.
In V2, use the `value` field to provide a custom token identifier (replaces the `id` field from V1). - [Retrieve a token by ID](https://docs.energy.nayax.com/api/identity/token/retrieve-a-token-by-id.md): Retrieves a single token by its ID, including its value. - [Update a token](https://docs.energy.nayax.com/api/identity/token/update-a-token.md): Updates an existing token. The `network` field is optional in V2 as it can be derived from JWT claims. Set `name` or `expiresAt` to `null` to clear those fields. - [Attach assets to a price adjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/attach-assets-to-a-price-adjustment.md): Attach assets to a specific price adjustment for a network. - [List Price Adjustments](https://docs.energy.nayax.com/api/identity/price-adjustment/list-price-adjustments.md): Retrieve a list of price adjustments based on specified criteria - [Create Price Adjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/create-price-adjustment.md): Create a new price adjustment for a site partner - [Detach assets from a price adjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/detach-assets-from-a-price-adjustment.md): Detach assets from a specific price adjustment for a network. - [Detach a driver from a price adjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/detach-a-driver-from-a-price-adjustment.md): Detach one or more drivers from a price adjustment by providing a list of driver IDs - [Disable a price adjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/disable-a-price-adjustment.md): Disable a specific price adjustment - [List Price Adjustment Asset Junctions](https://docs.energy.nayax.com/api/identity/price-adjustment/list-price-adjustment-asset-junctions.md): Retrieve a list of Price Adjustment Asset Junctions based on specified criteria. - [List Price Adjustment Driver Junctions](https://docs.energy.nayax.com/api/identity/price-adjustment/list-price-adjustment-driver-junctions.md): Retrieve a list of Price Adjustment Driver Junctions based on specified criteria. - [Retrieve an applicable Price Adjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/retrieve-an-applicable-price-adjustment.md): Search for an applicable price adjustment based on assetId and driverId - [Update a priceAdjustment](https://docs.energy.nayax.com/api/identity/price-adjustment/update-a-priceadjustment.md): This endpoint updates an existing priceAdjustment by its ID./ - [Verify a code sent to a contact](https://docs.energy.nayax.com/api/identity/verification/verify-a-code-sent-to-a-contact.md): Verifies a code sent to a contact for a specific network - [Send verification code via email or SMS](https://docs.energy.nayax.com/api/identity/verification/send-verification-code-via-email-or-sms.md): This endpoint sends verification code - [List Invitations](https://docs.energy.nayax.com/api/identity/invitation/list-invitations.md): Retrieve a list of invitations based on specified criteria - [Create an invitation with an invite code](https://docs.energy.nayax.com/api/identity/invitation/create-an-invitation-with-an-invite-code.md): Create an invitation with an invite code - [Resolve Invitation](https://docs.energy.nayax.com/api/identity/invitation/resolve-invitation.md): Resolve an invitation based on the specified invitationId and status (APPROVED or DENIED). - [List Invite Codes](https://docs.energy.nayax.com/api/identity/invite-code/list-invite-codes.md): Retrieve a list of invite codes based on specified criteria - [Generate Invite codes](https://docs.energy.nayax.com/api/identity/invite-code/generate-invite-codes.md): Generate invite codes for private charging or price adjustment purposes. - [Attach a payment method](https://docs.energy.nayax.com/api/billing/payment-profile/attach-a-payment-method.md): This endpoint adds the payment method
This action is not enabled by default. You must request additional permissions to perform this action. - [List all payment profiles](https://docs.energy.nayax.com/api/billing/payment-profile/list-all-payment-profiles.md): This endpoint retrieves a list of payment profiles - [Create a new payment profile](https://docs.energy.nayax.com/api/billing/payment-profile/create-a-new-payment-profile.md): This endpoint creates a new payment profile
This action is not enabled by default. You must request additional permissions to perform this action. - [Subscribe a payment profile to a product offering](https://docs.energy.nayax.com/api/billing/payment-profile/subscribe-a-payment-profile-to-a-product-offering.md): This endpoint allows a user to subscribe a payment profile to a product offering by creating a new subscription with the payment provider
This action is not enabled by default. You must request additional permissions to perform this action. - [Create a new onboarding link](https://docs.energy.nayax.com/api/billing/onboarding-link/create-a-new-onboarding-link.md): This endpoint creates a new onboarding link
This action is not enabled by default. You must request additional permissions to perform this action. - [Create a setup intent](https://docs.energy.nayax.com/api/billing/setup-intent/create-a-setup-intent.md): This endpoint requests Stripe to create a setup intent for a driver. - [Get an invoice by id](https://docs.energy.nayax.com/api/billing/invoices/get-an-invoice-by-id.md): This handler get the invoice details based on the invoice ID - [List all invoices](https://docs.energy.nayax.com/api/billing/invoices/list-all-invoices.md): This endpoint retrieves a list of all invoices - [List all invoice items](https://docs.energy.nayax.com/api/billing/invoice-item/list-all-invoice-items.md): This endpoint retrieves a list of invoice items - [List all subscriptions](https://docs.energy.nayax.com/api/billing/subscription/list-all-subscriptions.md): This endpoint retrieves a list of subscriptions - [Retry payment for an invoice](https://docs.energy.nayax.com/api/billing/invoice/retry-payment-for-an-invoice.md): This endpoint allows a user to retry payment for a specific invoice.
This action is not enabled by default. You must request additional permissions to perform this action. - [End any ongoing session on a station and connector](https://docs.energy.nayax.com/api/session/session/end-any-ongoing-session-on-a-station-and-connector.md): This endpoint can be used to abruptly end a session on the provided station and connector.
WARNING! This action is potentially dangerous and irreversible! - [Confirm a session was acknowledged by the station](https://docs.energy.nayax.com/api/session/session/confirm-a-session-was-acknowledged-by-the-station.md): If a session was created with autoStart set to false, this endpoint can be used to start the session.
WARNING! This action is potentially dangerous and irreversible! - [List all sessions](https://docs.energy.nayax.com/api/session/session/list-all-sessions.md) - [Create a new session](https://docs.energy.nayax.com/api/session/session/create-a-new-session.md): This endpoint is used to request the start of a new session on a given station or to record a session that has already started. Given a duplicate request with the same charging station, connector, token, and start time, the endpoint will return the same session. If a session is already in progress o… - [Get a session by ID](https://docs.energy.nayax.com/api/session/session/get-a-session-by-id.md) - [End a session](https://docs.energy.nayax.com/api/session/session/end-a-session.md): This endpoint ends an active session by marking it as processing.
WARNING! This action is potentially dangerous and irreversible! - [Update a session](https://docs.energy.nayax.com/api/session/session/update-a-session.md): Updates the custom note for a specific session based on the provided session ID - [Remote stop a session](https://docs.energy.nayax.com/api/session/session/remote-stop-a-session.md): This endpoint is used to remotely stop a session. This will emit event to ocpp to stop the session. - [Start a session](https://docs.energy.nayax.com/api/session/session/start-a-session.md): This endpoint is used to start a session on a given station and connector for sessions initiated with autoStart set to false. The session will be marked as ACTIVE and acknowledged as an ongoing transaction. If a session is already in progress on the given charging station and connector, the endpoint… - [Create a new support ticket](https://docs.energy.nayax.com/api/ticketing/ticket/create-a-new-support-ticket.md): This endpoint creates a new support ticket - [retrieve a list of payments](https://docs.energy.nayax.com/api/one-time-payment/payment/retrieve-a-list-of-payments.md): This endpoint retrieves a list of all payments available to the authenticated user. - [Update plug and charge setting for an asset](https://docs.energy.nayax.com/api/plug-and-charge/plugandcharge/update-plug-and-charge-setting-for-an-asset.md): This endpoint will enroll/enroll an asset for plug and charge - [Create a custom domain](https://docs.energy.nayax.com/api/notification/custom-domain/create-a-custom-domain.md): Create a custom domain - [Delete custom domain](https://docs.energy.nayax.com/api/notification/custom-domain/delete-custom-domain.md): Delete custom domain - [Validate custom domain](https://docs.energy.nayax.com/api/notification/custom-domain/validate-custom-domain.md): Validate custom domain - [Send email](https://docs.energy.nayax.com/api/notification/send-email/send-email.md): Send email - [Send templated email](https://docs.energy.nayax.com/api/notification/templated-email/send-templated-email.md): Send templated email - [Inject OCPP raw request to device](https://docs.energy.nayax.com/api/ocppv2/ocpp/inject-ocpp-raw-request-to-device.md): This endpoint injects an OCPP raw request to the device. - [Disable rate display for the station](https://docs.energy.nayax.com/api/ocppv2/ocpp/disable-rate-display-for-the-station.md): This endpoint sends a request to the station to disable rate display - [Sync rate to the station](https://docs.energy.nayax.com/api/ocppv2/ocpp/sync-rate-to-the-station.md): This endpoint sends a request to the station to sync rate - [Activate a project](https://docs.energy.nayax.com/api/projects/projects/activate-a-project.md): This endpoint activates a project by updating existing project with siteHost and location details. - [Add a station to a project](https://docs.energy.nayax.com/api/projects/projects/add-a-station-to-a-project.md): This endpoint adds a station to a project. - [List projects](https://docs.energy.nayax.com/api/projects/projects/list-projects.md) - [Create a new project](https://docs.energy.nayax.com/api/projects/projects/create-a-new-project.md): This endpoint creates a new project. - [Deploy a project](https://docs.energy.nayax.com/api/projects/projects/deploy-a-project.md): This endpoint deploys a project. - [Remove a station from a project](https://docs.energy.nayax.com/api/projects/projects/remove-a-station-from-a-project.md): This endpoint removes a station from a project. - [Retrieve a project](https://docs.energy.nayax.com/api/projects/projects/retrieve-a-project.md): This endpoint retrieves a project. - [Update a project](https://docs.energy.nayax.com/api/projects/projects/update-a-project.md): This endpoint updates a project. - [Send an ocpp command to an asset](https://docs.energy.nayax.com/api/projects/projects/send-an-ocpp-command-to-an-asset.md): This endpoint sends a raw request to the station.
WARNING! This action is potentially dangerous and irreversible! - [Send project activation email](https://docs.energy.nayax.com/api/projects/projects/send-project-activation-email.md): This endpoint sends a project activation email. - [Send a station to production](https://docs.energy.nayax.com/api/projects/projects/send-a-station-to-production.md): This endpoint sends a station to production. - [Create a project station](https://docs.energy.nayax.com/api/projects/project-stations/create-a-project-station.md): This endpoint creates a project station. - [Get a list of panels](https://docs.energy.nayax.com/api/energy-management/panels/get-a-list-of-panels.md) - [Create a panel](https://docs.energy.nayax.com/api/energy-management/panels/create-a-panel.md) - [Get a single panel](https://docs.energy.nayax.com/api/energy-management/panels/get-a-single-panel.md) - [Update a panel](https://docs.energy.nayax.com/api/energy-management/panels/update-a-panel.md) - [Archive a panel](https://docs.energy.nayax.com/api/energy-management/panels/archive-a-panel.md) - [List webhook endpoints](https://docs.energy.nayax.com/api/webhooks/webhook-endpoints/list-webhook-endpoints.md): Returns a paginated list of webhook endpoints for the authenticated network. - [Create a webhook endpoint](https://docs.energy.nayax.com/api/webhooks/webhook-endpoints/create-a-webhook-endpoint.md): Creates a new webhook endpoint for receiving event notifications. The webhook secret is only returned once at creation time - store it securely. - [Get a webhook endpoint](https://docs.energy.nayax.com/api/webhooks/webhook-endpoints/get-a-webhook-endpoint.md): Retrieves a specific webhook endpoint by ID. The webhook secret is not included in the response. - [Delete a webhook endpoint](https://docs.energy.nayax.com/api/webhooks/webhook-endpoints/delete-a-webhook-endpoint.md): Permanently deletes a webhook endpoint. This action cannot be undone. - [Update a webhook endpoint](https://docs.energy.nayax.com/api/webhooks/webhook-endpoints/update-a-webhook-endpoint.md): Updates the enabledEvents and/or status of a webhook endpoint. - [Get a webhook event](https://docs.energy.nayax.com/api/webhooks/webhook-events/get-a-webhook-event.md): Retrieves a specific webhook event by ID, including its payload. - [List webhook events](https://docs.energy.nayax.com/api/webhooks/webhook-events/list-webhook-events.md): Returns a paginated list of webhook events for the authenticated network. Events are retained for 7 days. - [List deliveries for an endpoint](https://docs.energy.nayax.com/api/webhooks/webhook-deliveries/list-deliveries-for-an-endpoint.md): Returns a paginated list of webhook deliveries for a specific endpoint. Deliveries are retained for 7 days. - [Resend a webhook delivery](https://docs.energy.nayax.com/api/webhooks/webhook-deliveries/resend-a-webhook-delivery.md): Manually resends a webhook delivery to the endpoint. This creates a new delivery attempt with a fresh signature. - [Changelog](https://docs.energy.nayax.com/changelog/index.md) ## OpenAPI Specs - [assetManagement-api](/api/specs/assetManagement-api.json) - [billing-api](/api/specs/billing-api.json) - [energy-management-api](/api/specs/energy-management-api.json) - [identity-api](/api/specs/identity-api.json) - [notification-api](/api/specs/notification-api.json) - [ocpp-v2-api](/api/specs/ocpp-v2-api.json) - [one-time-payment-api](/api/specs/one-time-payment-api.json) - [pnc-api](/api/specs/pnc-api.json) - [projects-api](/api/specs/projects-api.json) - [session-api](/api/specs/session-api.json) - [ticketing-api](/api/specs/ticketing-api.json) - [webhooks-api](/api/specs/webhooks-api.json)