For Agents
Programmatically request a new c5 email activation, cancel a c5 email activation or deactivation. Covers 37 operations with apiKey authentication.
Get started with Storecove API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"request a new c5 email activation"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Storecove API API.
Request a new C5 Email Activation
Cancel a C5 email activation or deactivation
DEPRECATED. Request a new C5 Activation
Query and filter Storecove API records by parameters
Monitor Storecove API operational status and events
GET STARTED
Use for: I need to request a new c5 email activation, I want to cancel a c5 email activation or deactivation, Search for request a new c5 email deactivation, Find all request a new c5 redirect activation
Not supported: Does not handle payments, communications, or crm — use for e-commerce only.
Jentic publishes the only available OpenAPI document for Storecove API, keeping it validated and agent-ready.
Storecove API provides programmatic access to e commerce functionality. The API exposes 37 endpoints secured with apiKey authentication.
Patterns agents use Storecove API API for, with concrete tasks.
★ E-Commerce Operations
Use the Storecove API to perform e commerce operations programmatically. The API provides 37 endpoints covering core functionality including request a new c5 email activation, cancel a c5 email activation or deactivation, request a new c5 email deactivation.
Call POST /api/v2/legal_entities/{legal_entity_id}/c5/iras/email/activate(.{format}) to request a new c5 email activation
Automated InvoiceSubmissions Management
Automate invoicesubmissions operations by combining multiple Storecove API endpoints. Agents can cancel a c5 email activation or deactivation and then request a new c5 email deactivation in a single workflow.
Call PUT /api/v2/legal_entities/{legal_entity_id}/c5/iras/email/cancel(.{format}) to cancel a c5 email activation or deactivation, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Storecove API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.
Search Jentic for 'request a new c5 email activation', load the operation schema, and execute with Jentic-managed credentials
37 endpoints — storecove api provides programmatic access to e commerce functionality.
METHOD
PATH
DESCRIPTION
/api/v2/legal_entities/{legal_entity_id}/c5/iras/email/activate(.{format})
Request a new C5 Email Activation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/email/cancel(.{format})
Cancel a C5 email activation or deactivation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/email/deactivate(.{format})
Request a new C5 Email Deactivation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/redirect/activate(.{format})
Request a new C5 Redirect Activation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/redirect/cancel(.{format})
Cancel a C5 redirect activation or deactivation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/redirect/deactivate(.{format})
Request a new C5 Redirect Deactivation
/api/v2/legal_entities/{legal_entity_id}/c5_activation/activate(.{format})
DEPRECATED. Request a new C5 Activation
/api/v2/legal_entities/{legal_entity_id}/c5_deactivation/deactivate(.{format})
DEPRECATED. Request a new C5 Deactivation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/email/activate(.{format})
Request a new C5 Email Activation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/email/cancel(.{format})
Cancel a C5 email activation or deactivation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/email/deactivate(.{format})
Request a new C5 Email Deactivation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/redirect/activate(.{format})
Request a new C5 Redirect Activation
/api/v2/legal_entities/{legal_entity_id}/c5/iras/redirect/cancel(.{format})
Cancel a C5 redirect activation or deactivation
Three things that make agents converge on Jentic-routed access.
Credential isolation
Storecove API apiKey credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'request a new c5 email activation') and Jentic returns the matching Storecove API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Storecove API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Shopify
Alternative e commerce API
Choose Shopify when you need a different approach to e commerce operations
Stripe
Alternative e commerce API
Choose Stripe when you need a different approach to e commerce operations
Specific to using Storecove API API through Jentic.
What authentication does the Storecove API use?
The Storecove API uses an API key passed in the `Authorization` header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I request a new c5 email activation with the Storecove API?
Yes. Use the POST /api/v2/legal_entities/{legal_entity_id}/c5/iras/email/activate(.{format}) endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Storecove API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I request a new c5 email activation through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'request a new c5 email activation'. Jentic returns the matching Storecove API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Storecove API have?
The Storecove API exposes 37 endpoints covering invoicesubmissions, documentsubmissions, legalentities operations.
/api/v2/legal_entities/{legal_entity_id}/c5/iras/redirect/deactivate(.{format})
Request a new C5 Redirect Deactivation
/api/v2/legal_entities/{legal_entity_id}/c5_activation/activate(.{format})
DEPRECATED. Request a new C5 Activation
/api/v2/legal_entities/{legal_entity_id}/c5_deactivation/deactivate(.{format})
DEPRECATED. Request a new C5 Deactivation