API Credentials
API Credential Creation Guide
To create your API credentials, follow the steps outlined below:
Step 1: Log in to the CMS Console
- Navigate to the
easycms.fi/admin
cloud console.
- Log in with your credentials to access the dashboard.
Step 2: Access API Settings
- Once logged in, proceed to
Setup > Accounts
.
- Go to the
API settings
tab.
- Here, you can select either the
WebAPPs
or B2B Mobile app
tab depending on your needs.
- Activate the synchronization by toggling the corresponding switch to
Active
.
Step 3: Configure Callback URL
- Enter your
Callback URL
in the provided field.
- This is essential for two-way synchronization.
- It allows your CMS to send callback notifications to your application's core, enabling updates on CMS events.
Step 4: Set Up API Credentials
- Input a username and password for your API.
- Click
Update
to save the settings.
API Elements
Once the above steps are completed, you will have the following four elements necessary for your API connection:
- API KEY: Automatically generated by the system.
- API ACCOUNT ID: Automatically generated by the system.
- API USER NAME: The username you have entered.
- API PASSWORD: The password you have entered.
You can manually change the API username and password at any time.
API Access Endpoint
- The main URL or endpoint for API access is
https://easycms.fi/public_api/
.
How to Generate a Token
- The TOKEN used in the API is the same as your
API KEY
.
Remember to store your API credentials securely and never share them publicly.