• Key-Value Store
  • Custom Entity Store
Platform
Forge / Reference / KVS/Custom Entity Store API

About

Postman Collection
OpenAPI

Forge provides hosted storage capabilities that let you store data in your app installation. The following hosted storage capabilities can be accessed by your remote via REST API calls:

  • Key-value store: lets you store data in key-value pairs.

  • Custom Entity Store : lets you store data based on custom data structures specific to your app’s needs and query patterns.

For detailed information about prerequisites, request shape, authentication, and error handling, see Accessing Forge storage via REST API.

Each installation of your app is subject to the API’s quotas and limits. See Storage quotas and Storage limits for more details.

Quotas and limits

Forge hosted storage capabilities are subject to limits, usage, and syntax constraints. These include limits to the number of operations, key lengths, and object depth. Any request that exceeds a quota or limit will return a 429 status with an error code of RATE_LIMIT_EXCEEDED.

See Storage quotas and Storage limits for details about relevant constraints.

Rate this page: