FifthThirdStore
Home Catalogue Categories New releases Editor’s picks Pricing FAQ Blog Guides Reviews About Contact Install workspace
Docs · API

Marketplace API — Fifth Third reference

The marketplace API exposes entitlement, provisioning and audit-log operations under the /v1/fifth-third/ path. Authentication is a workspace-scoped JWT signed with the Fifth Third release key.

Base URL

https://api.fifththirdstore.org/v1/fifth-third/

Authentication

Every request carries an Authorization: Bearer <jwt> header. The JWT is signed with the current Fifth Third release key and expires after fifteen minutes. Refresh through /v1/fifth-third/tokens/refresh.

Endpoints

Rate limits

120 rpm on Fifth Third Solo, 600 rpm on Fifth Third Studio, 3,000 rpm on Fifth Third Fleet. Bursts up to 3× the rate are tolerated for 60 seconds.

Errors

Standard 4xx/5xx codes with a JSON body: { error, message, docs_url }. Every error links to the corresponding documentation section.

A machine-readable OpenAPI spec is served at /docs/marketplace-api/openapi.yaml.