Its main function is to authorize external applications and systems to interact with your Omniwallet account in a controlled and secure manner.
By using an API Token you can:
-
Automate tasks
Execute automated operations such as contact management, transactions, or points, without manual intervention. -
Integrate Omniwallet with other systems
Connect Omniwallet with external tools such as CRM, eCommerce, marketing platforms, POS systems, or proprietary systems. -
Ensure security
Ensure that only authorized applications and users access the functionalities and data of your account. -
Control and manage access
Monitor API usage through specific tokens, allowing you to assign them to different integrations or users.
How to create an API Token?
1. Access the Integrations section
-
Log into the administration panel of your Omniwallet account.
-
Go to Integrations from the main menu.
2. Select API Keys
Within the Integrations section:
-
Click on API Keys.
-
You will access the token management panel.
3. Generate a new API Token
-
Click the “Create new token” button.
-
Omniwallet will automatically generate a new authentication token.
4. Store the token securely
-
Copy the generated token and store it in a safe place.
-
This token will be necessary to authenticate any request to the Omniwallet API.
-
You can use the same API Token for multiple integrations, if you wish.
Security Recommendations
-
Do not share your API Token publicly.
-
Avoid including it directly in visible code or public repositories.
-
Regenerate the token if you suspect misuse.
-
Use different tokens if you need to separate access by integrations or environments.
