SaaS-Only Feature
URI: https://docs.ankatech.co/errors/saas-only-feature
HTTP Status: 403 Forbidden
When you see this
The feature you requested is available only in the ANKASecure SaaS (hosted) deployment and is not enabled for this deployment mode.
Common Causes
- Calling a SaaS-exclusive endpoint from an on-premise or self-managed deployment.
- Using a managed marketplace or hosted-only capability outside the SaaS environment.
- A client configured for SaaS features running against a non-SaaS deployment.
Response Example
{
"type": "https://docs.ankatech.co/errors/saas-only-feature",
"title": "SaaS-Only Feature",
"status": 403,
"detail": "This feature is available only in the ANKASecure SaaS deployment.",
"instance": "/api/v3/marketplace/offers",
"correlationId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1730000000
}
Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.
How to Resolve
- Confirm whether your deployment is SaaS or self-managed.
- Use the equivalent capability supported by your deployment mode, where one exists.
- Contact your account manager if you need access to the SaaS-only capability.
For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.