FeniciaDocs
DocumentaciónAPICambiosSoporte
Buscar⌘K
Business ProfileUsers & RolesLocations SetupBilling & SubscriptionShipping SettingsAPI Keys & Credentials

Producto

  • Características
  • Precios
  • Integraciones

Recursos

  • Documentación
  • API
  • Cambios
  • Blog

Empresa

  • Sobre nosotros
  • Contacto
  • Carreras

Legal

  • Privacidad
  • Términos
FeniciaLa plataforma de e-commerce para merchants profesionales

© 2026 Hobbio Inc. Todos los derechos reservados.

API Keys & Credentials

Fenicia provides tools for developers and technical users who need programmatic access to the platform or need to securely store credentials for external services.

API keys and credentials administration panel

API Keys

API keys allow you to authenticate with the Fenicia API from external applications, automation scripts, or custom integrations.

Generating an API Key

1

Access the section

Go to Settings → API Keys and click Generate new key.

2

Configure the key

Assign a descriptive name that identifies the key's purpose (e.g., "ERP Integration", "Sync script").

3

Copy the key

The key is shown only once at the time of creation. Copy it and store it in a secure location.

API Key security

API keys grant access to your account. Never share a key in public repositories, emails, or insecure channels. If you suspect a key has been compromised, revoke it immediately.

Managing API Keys

From the API keys panel you can:

ActionDescription
View active keysList of all generated keys with creation date and last use
Revoke keyImmediately invalidate a key, cutting off access
Regenerate keyCreate a new key replacing the previous one

Tip

Periodically review your active API keys and revoke those no longer in use. This reduces your account's attack surface.

Third-Party Credentials

The credentials section allows you to securely store access keys for external services that integrate with Fenicia.

Credential Types

TypeDescriptionExample
API KeySimple authentication keyShipping services, payment gateways
OAuth2Authentication with access and refresh tokensMarketplaces, social networks
Bearer TokenBearer token for REST APIsAnalytics services
Basic AuthEncoded username and passwordLegacy systems, ERPs
Custom HeadersCustom authentication headersProprietary APIs

Adding Credentials

1

Select type

Go to Settings → Credentials and select the type of credential you need to store.

2

Enter data

Complete the required fields according to the type: key, secret, token URL, etc.

3

Test connection

Use the Test button to verify the credentials are valid before saving.

4

Save

Credentials are stored encrypted and are only used for configured integrations.

Validating Credentials

Fenicia includes a validation function that lets you test your credentials without executing a full operation:

  • Green status — valid credentials and successful connection
  • Red status — invalid credentials or service unavailable
  • Yellow status — credentials nearing expiration (OAuth2)

Automatic renewal

For OAuth2 credentials, Fenicia automatically attempts to renew access tokens before they expire. If renewal fails, you will receive a notification to re-authorize the service.

Automation

API keys and credentials enable automation flows such as:

  • Inventory synchronization with ERP systems
  • Automatic order import from custom channels
  • Programmatic report generation
  • Webhooks for real-time notifications

Security Best Practices

  • Generate a different key for each integration or service
  • Set minimum necessary permissions for each key
  • Rotate credentials periodically
  • Monitor key usage in the activity log
  • Immediately revoke compromised keys

Related Articles

  • Users & roles — permissions and access control
  • Business profile — general configuration
  • Connecting channels — integrate marketplaces and services