Prerequisites
- An active API credential (
client_idandclient_secret) from the Asset Manager dashboard (dev tenant) - At least the
offering.readscope enabled on your credential - Beta version
2026-07-02is only available on dev:https://dev.go.simplytokenized.com/_api
Step 1 — Authenticate
Request a bearer access token:2026-07-02 is in beta and only available on development. See Versioning.
Step 2 — Call a protected endpoint
Use the access token to list offerings:Other environments
| Environment | Base URL |
|---|---|
| Staging | https://stage.go.floris3.com/_api |
| Live | https://go.floris3.com/_api |
Step 3 — Subscribe to webhooks (optional)
Configure an outbound webhook URL in Administration → API Access → Webhooks to receiveorder.created and order.status_updated events. See Webhook overview.
Token lifetime
Access tokens expire after 10 minutes (600 seconds). Request a new token beforeexpires_at.
Troubleshooting
| Status | Cause |
|---|---|
401 | Invalid client_id or client_secret |
403 | Requested scope not allowed for this credential |
429 | Auth or API rate limit exceeded |

