Skip to main content
This guide walks through obtaining an access token and listing offerings on the development environment.

Prerequisites

  • An active API credential (client_id and client_secret) from the Asset Manager dashboard (dev tenant)
  • At least the offering.read scope enabled on your credential
  • Beta version 2026-07-02 is available on development: https://dev.api.floris3.com/api

Step 1 — Authenticate

Request a bearer access token:
Example response:
The response includes:
Version 2026-07-02 is in beta and available on development. See Versioning.

Step 2 — Call a protected endpoint

Use the access token to list offerings:

Other environments

Use environment-specific credentials for each environment. Beta API versions are available on development; live receives stable versions when they are released.

Step 3 — Subscribe to webhooks (optional)

Configure an outbound webhook URL in Administration → API Access → Webhooks to receive order.created and order.status_updated events. See Webhook overview.

Token lifetime

Access tokens expire after 10 minutes (600 seconds). Request a new token before expires_at.

Troubleshooting

See Errors for the full error reference.