An API (Application Programming Interface) is a set of rules and protocols that allows different applications to communicate with each other in a structured way.
Put simply: an API acts as a bridge between two systems, allowing one to request information or execute actions on the other without manual intervention.
For example:
In the case of SWPanel, its API allows managing domains, services, and resources programmatically, enabling automation and integration with other systems.
A Bearer Token is a type of security credential used to authenticate API requests.
Key concept:
Anyone who has access to a Bearer Token can use the API with the permissions associated with that token.
Therefore, it is essential to:
The SWPanel API allows performing the same actions you would normally do from the panel interface, but in an automated way.
This includes, for example:
It is designed to:
SWPanel has several operating modes. API management is only available in Integrator mode, so you must activate it first.
Access the top menu of SWPanel
Click on the "My SWPanel" tab
Select "SWPanel Preferences" or directly "Change operating mode"

Go to the "Operation" tab
Select "Integrator" mode

Save changes
Return to the Dashboard
Click your avatar to open the top menu
Go to the "Integrator Mode" tab
Click "Activate SWPanel APIs"

Read the information shown and accept activation

Once APIs are activated, the Integrator Mode menu will show new options
Access the Integrator Mode Dashboard

From the Dashboard you can view your Bearer Token, access API documentation, and manage its usage

SWPanel allows creating and managing multiple Bearer Tokens with different configurations.
This is especially useful for:
Access the SWPanel top menu
Go to "Integrator Mode"
In "Manage SWPanel APIs", select "Manage Bearer Tokens"

View the list of existing tokens
Use available options to create, edit, or revoke tokens
Click "Create new Bearer Token"

Fill in the required fields:
Save the configuration

Recommendation:
crm-productionscript-backupsbilling-integrationIntegrator Mode offers additional tools for working with SWPanel APIs.
Refer to the full manual to explore all features in detail.
If you wish, you can consult the technical documentation for each SWPanel API endpoint at the following link: Technical documentation
info_capture Note: The screenshots in this manual were taken from version 2026.001.0020 dated 27/04/2026. They may differ from the current version of SWPanel and should be considered as guidance only